< Database Examples < Northwind
Database Examples/Northwind/Shippers
Fields
Field Name | Field Type | Length | Index | Constraint | Default |
---|---|---|---|---|---|
ShipperID | Integer | Primary Key | Not Null | ||
ShipperName | Text | 25 | Unique | Not Null | |
Phone | Text | 15 |
Data
ShipperID | ShipperName | Phone |
---|---|---|
1 | Speedy Express | (503) 555-9831 |
2 | United Package | (503) 555-3199 |
3 | Federal Shipping | (503) 555-9931 |
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.