AdventureWorks
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.
 ContactFirstNameFirst name of the person.
 ContactMiddleNameMiddle name or middle initial of the person.
 ContactLastNameLast name of the person.
 ContactTypeNameContact type description.
 CountryRegionNameCountry or region name.
 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.
SQL
CREATE TYPE [dbo].[Name] FROM [nvarchar](50) NULL
See Also

Related Objects

dbo Schema
AdventureWorks Database

 

 


© 2012 All Rights Reserved.

Send comments on this topic.