Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
In order to insert a row directly in the table, which command is used?
24. In order to insert a row directly in the table, which command is used?
- INSERT IN
- INSERT INSIDE
- INSERT UNDER
- INSERT INTO
Answer: D) INSERT INTO
Explanation:
INSERT INTO command is used to insert a row directly in the table.