DB Dude is a JDBC SQL query tool for real database developers who belive that it's still important to code their SQL statements by
hand. It's easy enough to learn SQL with it and browse through the tables metadata. On the other hand it's powerful enough to write database independen SQL batch scripts and export and import data. It generates JDBC code from the SQL statements you just tested and relifes you from the tedious task of quoting and dequoting your SQL strings by hand.