What is the work of UPDATE command?

9. What is the work of UPDATE 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. Using this command, you can remove or erase recorded information from a database table.
  3. Database data can be updated or changed using this command.
  4. It enables you to create new databases, tables, table views, and other objects using this command.

Answer: C) Database data can be updated or changed using this command

Explanation:

Using UPDATE command, Database data can be updated or changed.

Comments and Discussions!

Load comments ↻






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