Home / Programming MCQs / MySQL MCQs / Question

T

Team MCQ Buddy • 9.67K Points
Tutor III

Q. What is the work of INSERT command?

(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.
(B) Database objects such as tables, table views, and other objects can be deleted using this command.
(C) 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.
(D) It enables you to create new databases, tables, table views, and other objects using this command.
Explanation by: Team MCQ Buddy
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.