Computer Science, asked by taniya730, 2 months ago

The statement in SQL which allows to change the definition of a table is
a . ALTER
b . UPDATE
C. CREATE
d SELECT​

Answers

Answered by yuvasrivenkatajalam
0

Answer:

ALTER

Explanation:

To change a table definition, you can use the ALTER TABLE statement. You can add, change, or drop columns and add or remove constraints all with one ALTER TABLE statement.

Answered by pannurekha166
0

Answer:

ALTER

Explanation:

•The statement in SQL which allows to change the definition of a table is ALTER

To change a table definition we can use the •ALTER TABLE statement.

•you can add, change ,or drop column and add or remove constraints all with one alter table statement.

#SPJ2

Similar questions