Which SQL statement is used to delete data from a database?
Q1. Which SQL statement is used to delete data from a database?
Answer: DELETE
Explanation: The DELETE statement is used to delete data from a database, allowing users to specify which rows to delete based on various conditions, such as equality, inequality, or range.