LIST TABLES Command Example

The following example opens the customer table in the testdata database. LIST TABLES is used to list information about the tables in the database.

CLOSE DATABASES
SET PATH TO (HOME(2) + 'data\')   && Sets path to database
OPEN DATABASE testdata  && Open testdata database
CLEAR
LIST TABLES  && Lists information about tables in the database