Learning Fuze > sql-delete > Flashcards
How do you delete rows from a database table?
delete, table name, where, returning
How do you accidentally delete all rows from a table?
By not putting “where”