To remove a relation from an SQL database, we use the ______ command.
Answer: D
Drop table deletes the whole structure of the relation .purge removes the table which cannot be obtained again.