The DELETE statement in SQL is used to remove ________ from a database table.
- Columns
- Fields
- Rows
- Tables
The DELETE statement in SQL is used to remove one or more rows or records from a table based on specified conditions. It is important to note that it deletes entire rows, not just individual fields or columns.
Loading...
Related Quiz
- Which aggregation function in DB2 is used to calculate the variance of a set of values?
- What are some common techniques used in denormalization?
- DB2 handles transactions involving cursors by ensuring ________.
- In DB2, what does the term "authentication" refer to?
- What is the purpose of database backup in DB2?