sql-delete Flashcards
(2 cards)
1
Q
How do you delete rows from a database table?
A
delete from
2
Q
How do you accidentally delete all rows from a table?
A
By not specifying a where clause
How do you delete rows from a database table?
delete from
How do you accidentally delete all rows from a table?
By not specifying a where clause