DB Cruiser -- Explore Tables:
 
(see below for explanation)
 
Explanation:
 
By clicking Explore Tables button on the Main Menu, you get the following screen. This is the tool to list tables according to schema, catalog, (table) type, and patterns. Then in the list result, you can click the table name to access the information about that table, like Column Definitions, Foreign Keys, etc.

Best of the all, they are done Graphically without even typing a single character!

A very useful feature is: you can search tables by patterns. For example, pattern BOOK% will list all the tables whose names begin with BOOK, pattern %BOOK% will list all the tables whose names contain BOOK, pattern %BOOK will list all the tables whose names end with BOOK, pattern %BOOK%TITLE% will list all the tables whose names contain BOOK and TITLE, etc.

Exploring Tables is one of the most often used features in DB Cruiser.

You may also use Browse Tables function, which does the similar things as Explore Tables, but no pops up windows.

In the above screen, we want to list all tables for all schemas and catalogs, and due to our screen size, we want to display 10 tables each time. You may want to list tables for particular schemas and/or catalogs, see next screen for the details.