|< < 34 > >|

The Ord table

create table ord( ord_id bigint not null, customer_id bigint not null references customer, ord_date date, package_tracking varchar, primary key(ord_id) );

|< < 34 > >|