there was an error while applying SQL script to the database

Viewed 17

SQL statement:-

INSERT INTO `amitdb`.`student details` 
  (`Name`, `Email`, `Mobile`, `Address`) 
  VALUES ('Tom', 'tom1@gamil.com', '123', 'H.no 1');
    
INSERT INTO `amitdb`.`student details` 
  (`Name`, `Email`, `Mobile`, `Address`) 
  VALUES ('Brad', 'brad2@gamil.com', '456', 'H.no 2');
    
INSERT INTO `amitdb`.`student details` 
  (`Name`, `Email`, `Mobile`, `Address`) 
  VALUES ('Emma', 'Emma3@gmail.com', '789', 'H.no 3');
0 Answers
Related