Which SQL command is used to change data in a database?
- UPDATE
- MODIFY
- ALTER
- CHANGE
The SQL command used to change data in a database is UPDATE. It modifies the existing records in a table. The other options (MODIFY, ALTER, CHANGE) are used for different purposes in SQL.
Loading...
Related Quiz
- What is the significance of using branches in a version control system like Git during the pull request process?
- In backup strategies, what does the term "recovery point objective (RPO)" refer to?
- You're tasked with optimizing the loading speed of a website. How can CSS be used to improve performance?
- What is a composite key in Cassandra?
- What are Browser Developer Tools primarily used for?