The JSON_DUALITY_VIEW_LINKS table
shows information about the relationships between parent and child
tables for all views accessible by the current user. There is one
row per view.
The JSON_DUALITY_VIEW_LINKS table has
the columns shown here:
TABLE_CATALOGView catalog; this is always
def.TABLE_SCHEMAView schema.
TABLE_NAMEView name.
PARENT_TABLE_CATALOGParent catalog; this is always
def.PARENT_TABLE_SCHEMAParent schema.
PARENT_TABLE_NAMEParent table.
CHILD_TABLE_CATALOGChild catalog; this is always
def.CHILD_TABLE_SCHEMAChild schema.
CHILD_TABLE_NAMEChild table.
PARENT_TABLE_COLUMN_NAMEParent column name.
CHILD_TABLE_COLUMN_NAMEChild column name.
JOIN_TYPEOne of
NESTEDorOUTER.JSON_KEY_NAMEName of the applicable JSON key, if any.