Beginner
SQL
Q5 / 100
Which SQL statement is used to add new rows to a table?
Correct! Well done.
Incorrect.
The correct answer is A) INSERT INTO
A
Correct Answer
INSERT INTO
Explanation
INSERT INTO table_name (columns) VALUES (values) adds new rows to a table.
Progress
5/100