AdventureWorks
dbo.Phone User Defined Data Type
Properties
Allow Identity
Allow Nulls
Base Typenvarchar
Default
Variable Length
Length25
Max Size50
Numeric Precision0
Numeric scale0
Rule
CollationSQL_Latin1_General_CP1_CI_AS
Columns in which this object is used
 TableColumn NameDescription
 ContactPhonePhone number associated with the person.
SQL
CREATE TYPE [dbo].[Phone] FROM [nvarchar](25) NULL
See Also

Related Objects

dbo Schema
AdventureWorks Database

 

 


© 2012 All Rights Reserved.

Send comments on this topic.