8.164 V$RESERVED_WORDS
V$RESERVED_WORDS
displays a list of all SQL keywords. To determine whether a particular keyword is reserved in any way, check the RESERVED
, RES_TYPE
, RES_ATTR
, and RES_SEMI
columns.
Column | Datatype | Description |
---|---|---|
|
|
Name of the keyword |
|
|
Length of the keyword |
|
|
Indicates whether the keyword cannot be used as an identifier ( |
|
|
Indicates whether the keyword cannot be used as a type name ( |
|
|
Indicates whether the keyword cannot be used as an attribute name ( |
|
|
Indicates whether the keyword is not allowed as an identifier in certain situations, such as in DML ( |
|
|
Indicates whether the keyword is a duplicate of another keyword ( |
|
|
The ID of the container to which the data pertains. Possible values include:
|