Which statement is used to add a column named D into the relation R?

Which statement is used to add a column named D into the relation R? 



a. ALTER TABLE R ADD D [DataType];
b. ALTER TABLE R ADD ATTRIBUTE D [DataType];
c. ALTER TABLE R ADD PROPERTY D [DataType];



Answer: A


Learn More :