391,946 views
29 votes
29 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 Lakeema
by
2.8k points

1 Answer

24 votes
24 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 Creyke
by
3.2k points