To remove a relation from SQL database, we use ___________ command.
Answer options
A
DROP
B
DELETE
C
TRUNCATE
D
ALTER
Correct answer: DROP
Explanation
Quick AnswerThe correct answer is DROP because it directly addresses the core logic of Database Management.
DROP TABLE removes the entire table structure and data from the database.