dbo.Shippers

Table: 'dbo.Shippers', 3 fields

Field NameType and SizeDefaultNullable
ShipperIDint identity NOT NULL
CompanyNamenvarchar(40) NOT NULL
Phonenvarchar(24) NULL

Primary key for table 'dbo.Shippers'

Primary Key NameFields
PK_ShippersShipperID

Indexes for table 'dbo.Shippers', 1 item

Index NameClusteredUniqueFields
PK_ShippersYesYesShipperID

Dependencies for table 'dbo.Shippers', 1 item

Object NameType
dbo.Invoicesview