It is possible to drop multiple tables in the same statement.
False
True
NA
NA
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.