Full Immersion > sql-delete > Flashcards
How do you delete rows from a database table?
delete from “table name” then use where specifying criteria
How do you accidentally delete all rows from a table?
delete table name without specifying conditional