Database Examples/Northwind/Shippers
Appearance
Fields
[edit | edit source]Field Name | Field Type | Length | Index | Constraint | Default |
---|---|---|---|---|---|
ShipperID | Integer | Primary Key | Not Null | ||
ShipperName | Text | 25 | Unique | Not Null | |
Phone | Text | 15 |
Data
[edit | edit source]ShipperID | ShipperName | Phone |
---|---|---|
1 | Speedy Express | (503) 555-9831 |
2 | United Package | (503) 555-3199 |
3 | Federal Shipping | (503) 555-9931 |