sql-delete Flashcards
1
Q
How do you delete rows from a database table?
A
delete from and where clause
2
Q
How do you accidentally delete all rows from a table?
A
without the clause where
LearningFuze > sql-delete > Flashcards
How do you delete rows from a database table?
delete from and where clause
How do you accidentally delete all rows from a table?
without the clause where