I usually use SQLDeveloper to browse the database, but I couldn\'t make it work with HSQLDB and I don\'t know which tables are already created… I guess it\'s a vendor-specif
Use the \dt command when you hit the >sql prompt in the command line for HSQLDB.
\dt
>sql