0 votes
in DBMS by
what is the command to alter the structure of the table?

1 Answer

0 votes
by
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.
...