Column Name | Data Type | Description |
table_name | char(256) | The name of the view |
table_owner | char(32) | The owner of the view |
view_dml | char(1) | The language in which the view was created: S if SQL Q if QUEL |
check_option | char(1) | Y if the check option was specified N if not Blank if unknown |
text_sequence | integer8 | The sequence number from 1 for the text_segment |
text_segment | varchar(240) | The text of the view definition |