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

Leave a comment

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