Login
Remember
Register
Ask a Question
what is the command to alter the structure of the table?
0
votes
asked
Oct 30, 2019
in
DBMS
by
rajeshsharma
what is the command to alter the structure of the table?
alter-statement
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 30, 2019
by
SakshiSharma
the definition of the existing relation can be altered by using ALTER
statement.this statement allows a new column to be added to an existing
relation.
...