Entering content frame

Object documentation SYNONYMS Locate the document in the library structure

Definition

The system table SYNONYMS contains all the synonyms for which the current user has privileges.

Structure

SYNONYMS

OWNER

CHAR(32)

Name of the owner of the synonym

SYNONYMNAME

CHAR(32)

Name of the synonym

PUBLIC

CHAR(3)

Synonym is PUBLIC (YES | NO)

TABLESCHEMANAME

CHAR(32)

Name of the schema of the table

TABLEOWNER

CHAR(32)

Name of the owner of the table

TABLENAME

CHAR(32)

Name of the table

CREATEDATE

DATE(10)

Creation date of the synonym

CREATETIME

TIME(8)

Creation time of the synonym

COMMENT

LONG

Comment on the synonym

See also:

Evaluating System Tables, SYNONYMS

SQL Reference Manual, Synonym Name (synonym_name)

 

Leaving content frame