Which SQL statement is used to delete records from a database?
- DELETE
- INSERT
- SELECT
- UPDATE
The DELETE statement in SQL is used to remove one or more rows from a table in a database. It is a Data Manipulation Language (DML) statement that allows users to remove unwanted data from a table, based on a specified condition if needed.
Loading...
Related Quiz
- Authorization testing primarily focuses on evaluating the correctness of ____________.
- What is the primary goal of database testing?
- In data migration testing, what is the role of a data mapping document?
- Database security testing includes authentication and ____________ testing to ensure only authorized users can access the database.
- In the context of database testing tools, what does "SQL" stand for?