COLUMN_NAME DATA_TYPE NULLABLE DATA_DEFAULT COLUMN_ID COMMENTS
BREWERY VARCHAR2(100 BYTE) No null 1 This is who makes the beers.
CITY VARCHAR2(100 BYTE) Yes null 2 The city where the brewery is HQ'd, not necessarily where the actual brewery is located.
STATE VARCHAR2(100 BYTE) Yes null 3 null
COUNTRY VARCHAR2(100 BYTE) Yes null 4 null
ID NUMBER Yes null 5 null