I just imported data into an oracle database from a dump file. But I want to know constraints to enable me to make an Entity Relationship diagram and its links.
I used
select * from cat;
to get the description of each table. But this is not showing constraints and looks cumbersome to explore all tables like this.