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