sql-delete Flashcards
1
Q
How do you delete rows from a database table?
A
Using the keyword “delete from” and the name of the table. And adding the where clause.
2
Q
How do you accidentally delete all rows from a table?
A
By not specifying a where clause.