Which statement is used to remove a relation named R?

Which statement is used to remove a relation named R? 



a. DROP TABLE R;
b. REMOVE TABLE R;
c. DELETE TABLE R;
d. TRUNCATE TABLE R;





Answer: A


Learn More :