Q. |
Choose the correct command to delete an attribute A from a relation R |
A. | alter table R delete A |
B. | alter table R drop A |
C. | alter table drop A from R |
D. | delete A from R |
Answer» B. alter table R drop A |
Login to Continue
It will take less than 2 minutes