alter table TableName alter column ColumnName nvarchar(200) [null | not null]
how we can retrieve the unique values for the in a table without using the DISTINCT keyword