When I looked at the tables in Adventure works, the design of each columns seems a bit strange. Since AdventureWorks shows industrial standards I want to follow it.
In Phone number columns they have given type for the column as Phone:nvarchar(25)
- Why they've add type as Phone:nvarchar(25) ?
- What's the difference bewteen Phone:nvarchar(25) and nvarchar(25) ?
- I've tried to manualy type the type of phone column as Phone:nvarchar(25) but it gave me an error. why it gives me an error?
How do I make the phone column of type Phone:nvarchar(25)?