Home » Technical Questions » Database

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,...


← Previous Question Next Question→

Discussion & Comments

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