Q. What does the INSERT INTO Statement do?
β
Correct Answer: (A)
In this SQL statement, the data or records are inserted into an existing database table. One query statement can insert multiple records simultaneously using this statement.
Explanation: In INSERT INTO SQL statement, the data or records are inserted into an existing database table. One query statement can insert multiple records simultaneously using this statement.