Database Examples/Northwind/Shippers
< Database Examples < Northwind
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 |