This is example of my code:
CREATE TABLE Customer( CustID int not null, primary key(CustID) ); CREATE TABLE Products( ProdID integer not null, Quantity NUMER