SYNONYM
|
These SQL elements display all synonyms that were created in SQL against tables. A synonym is an alias that SQL statements can use instead of the name specified when the table, view, or synonym was created. The child nodes contain only tables, views, or other synonyms. They do not display columns or indexes of the tables.
|
SYSTEM TABLE
|
Displays virtual systems tables and other meta-schema tables. These tables cannot be altered.
|
TABLE
|
Displays all application tables. Table nodes expand to show columns and indexes.When you select a table name, data and meta-data appear in the DB Details view.
Note: Since tables are displayed in ASCII order and sorting is case-sensitive, all lowercase table names are listed after the uppercase table names.
|
VIEW
|
Displays the names of all created views. A SQL view allows you to extract rows and columns from one or more related tables and to treat the resulting data set as a table that can be viewed or updated.
|