Use QueryPad to View the Underlying Database Tables
You can use QueryPad to view the underlying database tables, the columns in those tables, and any foreign keys for the tables. To display information about the underlying database tables, you need to use the following commands:
- TABLES—Use to display information about the database tables that can be searched (on the system to which QueryPad is connected) see TABLES Command.
- COLUMNS—Use to display information about the columns in the tables that can be searched (on the system to which QueryPad is connected) see COLUMNS Command.
- KEYS—Use to display information about any foreign keys for the tables that can be searched (on the system to which QueryPad is connected) see KEYS Command.