Hi,
I am giving the table names directly for your convenience with SQL syntax.
| CREATE TABLE CITY ( | ||||||||||||||||||||||||||||||
| CityCode varchar(5) NOT NULL PRIMARY KEY | ||||||||||||||||||||||||||||||
| Ounces int references Quantity (Ounces), | ||||||||||||||||||||||||||||||
|
BeerName varchar(32) references Beers (BeerName));
|
The following table lists the common names by which beer drinks of various volumes may be...