Coding Bootcamp LFZ > sql-delete > Flashcards
How do you delete rows from a database table?
Delete From “table name” Where “column name” followed by condition
How do you accidentally delete all rows from a table?
If you do not specify a ‘where’