Changing the Structure of a Table
Learn about the ALTER table statement.
Understanding table evolution
Any software system goes through changes during the development as well as the maintenance cycles. In many cases, the database structure would also need to be modified accordingly.
Q
(Select all that apply.) Pick all the changes or adaptations you could expect to encounter in the structure of database tables.
A)
Add a new column.
B)
Delete an existing column.
C)
Rename a column.
D)
Change the datatype associated with a column.
E)
Rename a table.
...
Get hands-on with 40+ tech skills courses.