What is the work of INSERT command?

13. What is the work of INSERT command?

  1. Inserting records or data into the database tables is accomplished with this command. In addition to inserting records in single rows, we can insert records in multiple rows as well.
  2. Database objects such as tables, table views, and other objects can be deleted using this command.
  3. One or more rows from one or more tables of the database can be accessed with this command. Using the WHERE clause with this command is also possible.
  4. It enables you to create new databases, tables, table views, and other objects using this command.

Answer: A) Inserting records or data into the database tables is accomplished with this command. In addition to inserting records in single rows, we can insert records in multiple rows as well

Explanation:

Using the INSERT command, inserting records or data into the database tables is accomplished. In addition to inserting records in single rows, we can insert records in multiple rows as well.

Comments and Discussions!

Load comments ↻






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