11.
Which command is used to view the structure of a table?
a) View
b) Show
c) Desc
d) Select
12.
Which command of SQL is used to make the changes to the values in an existing table?
a) Modify
b) Update
c) change
d) manipulate
13.
Using which keyword we can change the values in the table?
a) ADD
b) SET
c) Change
d) modify
14.
Which command is used to modify the structure of an existing table?
a) Modify
b) Change
c) update
d) Alter
15.
This keyword of Alter table command allows us to add a new column in the existing table.
a) Change
b) set
c) Add
d) modify