Join Examsbook
2285 0

Q: The command to eliminate a table from a database is

  • 1
    REMOVE TABLE CUSTOMER;
  • 2
    UPDATE TABLE CUSTOMER;
  • 3
    DELETE TABLE CUSTOMER;
  • 4
    DROP TABLE CUSTOMER;
  • 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,...

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully