sql delete Flashcards
1
Q
How do you delete rows from a database table?
A
delete from “List”
2
Q
How do you accidentally delete all rows from a table?
A
Not adding where
LFZ Quiz Questions > sql delete > Flashcards
How do you delete rows from a database table?
delete from “List”
How do you accidentally delete all rows from a table?
Not adding where