Join ExamsbookAnswer : 4. "DROP TABLE CUSTOMER;"
The command to eliminate a table from a database is5
Q: The command to eliminate a table from a database is
- 1REMOVE TABLE CUSTOMER;false
- 2UPDATE TABLE CUSTOMER;false
- 3DELETE TABLE CUSTOMER;false
- 4DROP TABLE CUSTOMER;true
- Show AnswerHide Answer
- Workspace
Answer : 4. "DROP TABLE CUSTOMER;"
Explanation :
Answer: D) DROP TABLE CUSTOMER; Explanation: The SQL DROP TABLE statement is used to remove a table definition and all data, indexes,...