What is the work of DELETE command?

10. What is the work of DELETE command?

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

Answer: D) Using this command, you can remove or erase recorded information from a database table

Explanation:

Using DELETE command, you can remove or erase recorded information from a database table.

Comments and Discussions!

Load comments ↻






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