Web Dev Module 2 > SQL-Delete > Flashcards
How do you delete rows from a database table?
Using the DELETE statement followed by the FROM statement and the name of the table in double quotes
How do you accidentally delete all rows from a table?
If you do not specify which row/rows to delete