In all_cons_column s you can find constraint and related with it table name and column name. If you join all_cons_column s with all_constraints (join on constraint_name ) you will also get the type of constraint (primary_key, unique_key,chec k_key, etc).
For more see here
Comment