Which SQL command is used to delete records from a table?
- DELETE
- DROP
- REMOVE
- TRUNCATE
The DELETE command is used to remove rows from a table based on a specified condition. It is commonly used to delete specific records or all records from a table depending on the condition.
Loading...
Related Quiz
- In what scenarios would you prefer using Command Line Tools over Control Center for database administration tasks?
- DB2 handles invalid XML characters within tags by ________ them with equivalent HTML entities.
- What does DB2 offer in terms of scalability?
- In DB2, what does XML or JSON data represent?
- What is the purpose of a failover mechanism in high availability setups?