The command to eliminate a table from a database is

Correct Answer: DROP TABLE CUSTOMER;

Explanation:

The SQL DROP TABLE statement is used to remove a table definition and all data, indexes,...


Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion