Q:

Choose the correct command to delete an attribute A from a relation R

belongs to collection: DBMS - SQL MCQ

0

Choose the correct command to delete an attribute A from a relation R


  1. alter table R delete A
  2. alter table R drop A
  3. alter table drop A from R
  4. delete A from R

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).alter table R drop A

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Choose the correct option regarding the above stat... >>
<< Which of the following commands do we use to delet...