McqMate
Q. |
Which one of the following deletes all the entries but keeps the structure of the relation. |
A. | delete from r where p; |
B. | delete from instructor where dept name= ’finance’; |
C. | delete from instructor where salary between 13000 and 15000; |
D. | delete from instructor; |
Answer» D. delete from instructor; |
View all MCQs in
DataBase Management System (DBMS)No comments yet