App Logo

No.1 PSC Learning App

1M+ Downloads
What happens to the table structure when you use 'DROP TABLE' command in SQL?

ATable structure is truncated

BTable structure is deleted

CTable structure is modified

DTable structure remains intact

Answer:

B. Table structure is deleted

Read Explanation:

  • The drop table command is used to delete a table and all rows in the table. 
  • To delete an entire table including all of its rows, issue the drop table command followed by the table name.
  • Drop table is different from deleting all of the records in the table.
  • once a table is dropped, all its data, structure, and constraints are permanently deleted.
  • We cannot recover it unless you have a backup of the database.

Related Questions:

Father of free software
Example for first generation computers is UNIVAC
First commercial electronic computer is UNIVAC
Father of video games is
The maximum number of bits sufficient to represent an octal number in the binary format is :