sql-delete Flashcards
1
Q
How do you delete rows from a database table?
A
using the delete from statement
2
Q
How do you accidentally delete all rows from a table?
A
by not specifying which rows with the “where” clause
Learning Fuze > sql-delete > Flashcards
How do you delete rows from a database table?
using the delete from statement
How do you accidentally delete all rows from a table?
by not specifying which rows with the “where” clause