c1120 > sql-delete > Flashcards
How do you delete rows from a database table?
Using the keyword “delete from” and the name of the table. And adding the where clause.
How do you accidentally delete all rows from a table?
By not specifying a where clause.