What does the INSERT INTO Statement do?

13. What does the INSERT INTO Statement do?

  1. 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.
  2. A new database will be created through this SQL statement.
  3. In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
  4. By executing this SQL statement, all records in the SQL database will be deleted.

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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.