find column that has sequence
How do I know if a given column has a sequence.
When I use select dbms_metadata.get_ddl('TABLE', 'TABLE') ..I get the DDL but I don't see an indication of sequence that I know that column has. How can I know that a column has a sequence ?