The command to eliminate a table from a database is
A) REMOVE TABLE CUSTOMER; B) UPDATE TABLE CUSTOMER;
C) DELETE TABLE CUSTOMER; D) DROP TABLE CUSTOMER;
The command to eliminate a table from a database is
Answer: D) DROP TABLE CUSTOMER;
Explanation:
The SQL DROP TABLE statement is used to remove a table definition and all data, indexes,…
Subject: Database
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO , Database Administration , IT Trainer , Project Manager