205k views
3 votes
which of the following modifications to a table's structure are possible by using the alter table statement? each correct answer represents a complete solution. choose all that apply.

User Aurels
by
4.5k points

1 Answer

6 votes

Answer:

Dropping a column with a timestamp data type

Adding or dropping indexes

Renaming the table

Changing the nullability constraint for a column

Adding or dropping columns

Step-by-step explanation:

User HTF
by
5.1k points