In SQL, the UPDATE statement is used to _______ data in a database.
- Delete
- Insert
- Modify
- Select
In SQL, the UPDATE statement is used to modify or update existing records in a database. It allows you to change the values of one or more columns in a specified table.
Loading...
Related Quiz
- The command "git log --graph" displays a _______ representation of the commit history.
- The practice of automatically testing code changes before merging them into the main branch is known as Continuous _______.
- What does AWS stand for?
- You're tasked with optimizing the loading speed of a website. How can CSS be used to improve performance?
- Your company is migrating its infrastructure to the cloud. How would you design a robust monitoring and logging strategy to support this transition and ensure visibility into the new environment?