What does the UPDATE Statement do?

6. What does the UPDATE Statement do?

  1. By deleting the stored data, this SQL statement deletes the database.
  2. A new table in SQL is created using this SQL statement.
  3. The stored data in the SQL database is changed or modified by this SQL statement.
  4. Columns in the SQL database can be created, deleted, or modified with this SQL statement.

Answer: C) The stored data in the SQL database is changed or modified by this SQL statement

Explanation:

The stored data in the SQL database is changed or modified by UPDATE SQL statement.

Comments and Discussions!

Load comments ↻






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