What is the work of DROP command?

12. What is the work of DROP command?

  1. Using this command, you can remove or erase recorded information from a database table.
  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: B) Database objects such as tables, table views, and other objects can be deleted using this command

Explanation:

Using the DROP command, Database objects such as tables, table views, and other objects can be deleted.

Comments and Discussions!

Load comments ↻






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