🎴 Flashcard Mode

SQL and Database Fundamentals

Card1 / 22
Mastered0
Review0
QuestionClick to flip

Which SQL statement is used to insert new data in a database?

AnswerClick to flip back
A
INSERT INTO
💡 Explanation:

The correct SQL statement for inserting new data is 'INSERT INTO'. This is followed by the table name and VALUES clause. The other options (INSERT NEW, ADD NEW, ADD RECORD) are not valid SQL syntax.

Change Mode