Saved Bookmarks
| 1. |
Radhika wants to add a new column SALE on type integer to the table. Choose the correct query for the same: a. Add column SALE integer; b. Alter table add SALE integer; c. Alter table store add SALE integer; d. Alter table store modify SALE integer; |
|
Answer» Correct option: c. Alter table store add SALE integer; |
|