Home » MYSQL » MySQL Table Operations » Question
  1. It is possible to drop multiple tables in the same statement.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

To drop a table, all that is required is the table name. No additional information like table format or type is necessary. Multiple tables are dropped in the same DROP TABLE statement.



Your comments will be displayed only after manual approval.