The SQL ___________ statement is used to modify data in a database.
- UPDATE
- SELECT
- INSERT
- DELETE
The correct option is "UPDATE." The UPDATE statement is used to modify existing data in a database table. It allows you to change the values of one or more columns in one or more rows based on specified conditions.
Loading...
Related Quiz
- A ___________ is a synchronization primitive that provides exclusive access to the shared resource.
- What does RDBMS stand for in the context of databases?
- What is the time complexity of accessing an element in an array?
- _________ databases typically use denormalization to optimize read performance.
- In a Django project, you need to optimize database queries for improved performance. What strategies would you employ to minimize query time and enhance scalability?