solidDB Help : solidDB reference : SQL: Database system tables and system views : System views : TABLES
  
TABLES
The TABLES system view identifies the tables accessible to the current user.
The columns in the TABLES system view are described in the following table:
 
Column name
Data type
Description
TABLE_CATALOG
WVARCHAR
The name of the catalog containing TABLE_NAME.
TABLE_SCHEMA
WVARCHAR
The name of the schema containing TABLE_NAME.
TABLE_NAME
WVARCHAR
The name of the table or view.
TABLE_TYPE
WVARCHAR
The type of the table.
REMARKS
LONG WVARCHAR
Reserved for future use.
Go up to
System views