CREATE TABLE lib_count93 ( dirname CHAR(80) not null, # name of the directory. count INT not null # number of times accessed. ) \g