A

Admin • 831.35K Points
Coach

Q. What does the INSERT INTO Statement do?

  • (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.
  • (B) A new database will be created through this SQL statement.
  • (C) In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
  • (D) By executing this SQL statement, all records in the SQL database will be deleted.
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.