Choose the correct command to delete an attribute A from a relation R
Posted: Thu Jul 14, 2022 8:53 am
a) alter table R delete A
b) alter table R drop A
c) alter table drop A from R
d) delete A from R
b) alter table R drop A
c) alter table drop A from R
d) delete A from R