A

Admin • 833K Points
Coach

Q. What is the work of CREATE command?

  • (A) Using this command, you can remove or erase recorded information from a database table.
  • (B) It enables you to create new databases, tables, table views, and other objects using this command.
  • (C) 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.
  • (D) A single or multiple rows can be accessed using this command from one or more tables of a database. Using the WHERE clause with this command is also possible.
  • Correct Answer - Option(B)
  • Views: 40
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

INSERT command enables you to create new databases, tables, table views, and other objects.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.