sql-delete Flashcards
1
Q
How do you delete rows from a database table?
A
delete, table name, where, returning
2
Q
How do you accidentally delete all rows from a table?
A
By not putting “where”
Learning Fuze > sql-delete > Flashcards
How do you delete rows from a database table?
delete, table name, where, returning
How do you accidentally delete all rows from a table?
By not putting “where”