Which of the syntax is correct for insert statement? i) insert into values ii) insert into (column list) values

🎲 Try a Random Question  |  Total Questions in Quiz: 200  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Database Management System Basics — practice the complete quiz, review flashcards, or try a random question.


Which of the syntax is correct for insert statement? i) insert into <table_name> values <list of values> ii) insert into <table_name> (column list) values <list of values>