Learning Fuze > sql-delete > Flashcards
How do you delete rows from a database table?
using the delete from statement
How do you accidentally delete all rows from a table?
by not specifying which rows with the “where” clause