dbo.Name User Defined Data Type Properties Allow Identity Allow Nulls Base Typenvarchar Default Variable Length Length50 Max Size100 Numeric Precision0 Numeric scale0 Rule CollationSQL_Latin1_General_CP1_CI_AS Columns in which this object is used TableColumn NameDescription DepartmentNameName of the department. DepartmentGroupNameName of the group to which the department belongs. ShiftNameShift description. AddressTypeNameAddress type description. For example, Billing, Home, or Shipping. ContactTypeNameContact type description. CountryRegionNameCountry or region name. PersonFirstNameFirst name of the person. PersonMiddleNameMiddle name or middle initial of the person. PersonLastNameLast name of the person. PhoneNumberTypeNameName of the telephone number type StateProvinceNameState or province description. CultureNameCulture description. LocationNameLocation description. ProductNameName of the product. ProductCategoryNameCategory description. ProductModelNameProduct model description. ProductReviewReviewerNameName of the reviewer. ProductSubcategoryNameSubcategory description. ScrapReasonNameFailure description. UnitMeasureNameUnit of measure description. ShipMethodNameShipping company name. VendorNameCompany name. CurrencyNameCurrency name. SalesReasonNameSales reason description. SalesReasonReasonTypeCategory the sales reason belongs to. SalesTaxRateNameTax rate description. SalesTerritoryNameSales territory description StoreNameName of the store. SQLCREATE TYPE [dbo].[Name] FROM [nvarchar](50) NULL See AlsoRelated Objectsdbo Schema AdventureWorks Database