Compression (Breadth-First)
Supplier SU /*a supplier of some items we buy */
Warehouse WH /* where vendor stores items */
Item IT /* an item supplied by a vendor */
SUid NA c24 0 /* unique pkey of SUpplier */
name NA c24 0 /* name of company we buy from */
expDate NA c10 0 /* last date price quotes are */
WHid NA c24 0 /* unique pkey of WareHouse */
SUid NA c24 0 /* unique fkey(xref to SUpplier */
phone NA c10 0 /*warehouse phone number */
address NA t80 0 /* address of warehouse */
ITid NA c24 0 /* unique pkey of ITem */
WHid NA c24 0 /* unique fkey (xref to WareHou */
ourItemNo NA i4 0 /* our integer part identi */
vendorCode NA c12 0 /* vendor’s item code */
unitPrice NA i4 0 /* vendor price in $/100 */
unitQuantity NA i4 0 /* quantity in packag */
itemDesc NA i4 0 /* item description */