Which Of The Following Commands Do We Use To Delete All The #580
Which of the following commands do we use to delete all the tuples from a relation (R)?
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 all the tuples from a relation (R)?
delete table R
drop table R
delete from R
drop from R