Answer: Option A. Delete from customer where
The command to remove rows from a table customer is Delete from customer where.
Solution
The command to remove rows from a table customer is Delete from customer where.
The SQL DROP TABLE statement is used to delete a table definition as well as all associated data, indexes, triggers, constraints, and permissions.
NOTE: When you use this command, be very careful because if a table is removed, all of the information in that table is permanently destroyed.
☛ Related Questions:
Comments
write a comment