Select from following answers:- ALTER TABLE [people].[employee] ALTER COLUMN city nvarchar(25

- ALTER TABLE Models nvarchar(25) ALTER COLUMN [people].[employee]
- ALTER COLUMN Models nvarchar(25)
- All Above
Ans2 statement incorrectly has the name of the column placed where the name of the table should be. It also has the name of the table placed where the name of the column should be.
Show Correct Answer
Source: measureup.com | |
Alert Moderator