Examveda
Examveda

The command to eliminate a table from a database is:

A. DROP TABLE CUSTOMER;

B. DELETE TABLE CUSTOMER;

C. REMOVE TABLE CUSTOMER;

D. UPDATE TABLE CUSTOMER;

Answer: Option A

Solution(By Examveda Team)

To eliminate or delete a table from a database in SQL, you use the command DROP TABLE followed by the table name, as shown in Option A. The DROP TABLE command is used to permanently remove a table and all of its associated data and structure from the database. Options B, C, and D do not represent the correct SQL syntax for removing a table.

This Question Belongs to SQL >> Sql Miscellaneous

Join The Discussion

Comments ( 1 )

  1. Abi Pandiyan
    Abi Pandiyan :
    4 years ago

    A command that's lets you change one or more fields in a records is

Related Questions on Sql Miscellaneous