Which of the following commands do we use to delete a relation (R) from a database?
(a) drop table R
(b) drop relation R
(c) delete table R
(d) delete from R
This question was addressed to me by my college professor while I was bunking the class.
The query is from SQL Data definition topic in section Introduction to Relational Model and Sql of RDBMS