LearningFuze > sql-delete > Flashcards
How do you delete rows from a database table?
delete from and where clause
How do you accidentally delete all rows from a table?
without the clause where