What happens when you DELETE rows without a WHERE clause?

SQL Fundamentals Medium

SQL Fundamentals — Medium

What happens when you DELETE rows without a WHERE clause?

Key points

  • Deleting rows without a WHERE clause removes all data in the table
  • The table structure remains intact after the deletion
  • This action is irreversible and permanently deletes the data

Ready to go further?

Related questions