Which Of The Following Commands Do We Use To Delete A Relation #579
Which of the following commands do we use to delete a relation (R) from a database?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Introduction to Relational Model and SQL - Sql Data Definition - Quiz No.1.
Which of the following commands do we use to delete a relation (R) from a database?
drop table R
drop relation R
delete table R
delete from R