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:

Micro computer support ____ users
which part of the CPU that can store instructions data and intermediate result.
Father of binary code is
Where is data stored in a computer?
____ is an organized collection of data about a single entry