dbo.Suppliers

Table: 'dbo.Suppliers', 12 fields

Field NameType and SizeDefaultNullable
SupplierIDint identity NOT NULL
CompanyNamenvarchar(40) NOT NULL
ContactNamenvarchar(30) NULL
ContactTitlenvarchar(30) NULL
Addressnvarchar(60) NULL
Citynvarchar(15) NULL
Regionnvarchar(15) NULL
PostalCodenvarchar(10) NULL
Countrynvarchar(15) NULL
Phonenvarchar(24) NULL
Faxnvarchar(24) NULL
HomePagentext NULL

Primary key for table 'dbo.Suppliers'

Primary Key NameFields
PK_SuppliersSupplierID

Indexes for table 'dbo.Suppliers', 3 items

Index NameClusteredUniqueFields
PK_SuppliersYesYesSupplierID
CompanyNameNoNoCompanyName
PostalCodeNoNoPostalCode

Dependencies for table 'dbo.Suppliers', 1 item

Object NameType
dbo.Customer and Suppliers by Cityview