dbo.Shippers
Field Name | Type and Size | Default | Nullable |
ShipperID | int identity | NOT NULL | |
CompanyName | nvarchar(40) | NOT NULL | |
Phone | nvarchar(24) | NULL |
Primary Key Name | Fields |
PK_Shippers | ShipperID |
Index Name | Clustered | Unique | Fields |
PK_Shippers | Yes | Yes | ShipperID |
Object Name | Type |
dbo.Invoices | view |