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 (); 

+ Answer
+ Report
Total Preview: 1097

Copyright © 2024. Powered by Intellect Software Ltd