πŸ“Š MySQL
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.
πŸ’¬ Discuss
βœ… Correct Answer: (B) It enables you to create new databases, tables, table views, and other objects using this command.

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

Explanation by: Team MCQ Buddy
INSERT command enables you to create new databases, tables, table views, and other objects.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
235
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
98%
Success Rate