A data analyst has a managed table table_name in database database_name. They would now like to remove the table from the database and all of the data files associated with the table. The rest of the tables in the database must continue to exist. Which of the following commands can the analyst use to complete the task without producing an error?
Select an option, then click Submit answer.
- ○ DROP DATABASE database_name;
- ○ DROP TABLE database_name.table_name;
- ○ DELETE TABLE database_name.table_name;
- ○ DELETE TABLE table_name FROM database_name;
- ○ DROP TABLE table_name FROM database_name;
