SQL's UPDATE statement is used to ________ existing records in a database table.
- Delete
- Insert
- Modify
- Retrieve
The UPDATE statement in SQL is used to modify existing records in a database table. It allows you to change the values of specific columns in one or more rows based on specified conditions.
Loading...
Related Quiz
- What role does middleware play in DB2 integration?
- Which of the following is a potential drawback of denormalization?
- What actions can the Health Monitor take in response to identified issues?
- User-defined functions in DB2 can encapsulate ________ logic for reuse in queries.
- DB2 manages deadlock situations by employing ________.