A.4 The USERORDERS table
create table userorders (
username varchar(20) not null,
order_timestamp timestamp not null,
product_id varchar(20) not null,
order_id int not null,
primary key (order_id)
);
146
Linux Web Hosting with WebSphere, DB2, and Domino