Need Table and constraint details for fusion tables
Summary:
We have a requirement to get the list of all columns along with data type, data length constraints for fusion tables.
We need an sql query or just the table name to get all these details. we can get columns, data type and data length from ALL_TAB_COLUMNS but it does not store information about constraints (Primary and foreign keys).
please share query or table name to retrieve above mentioned information
Tagged:
0