Show stations table:

select * from stations; 

Show networks table:

select * from networks;

Show channels table:

select * from channels;

Show events table:

select * from events;

Show waveforms table:

select * from waveforms;  

Delete tables:

DROP TABLE "table_name";
