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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *