Question:What is the proper syntax used to insert data into a table?
A INSERT INTO tablename VALUES (); B INSERT VALUES () INTO tablename (); C INSERT VALUES () INTO tablename; D INSERT INTO tablename () VALUES ();
+ AnswerD
+ Report