I would like to know the correct syntax for something like this...
select * from user_constraints where table_name = 'employee';
I am new to this, and am having trouble seeing my primary keys, foreign keys, and user check constraints after they are created. (I'm using SQLPlus - oracle 8i)
thanks so much for sharing...
Liz
select * from user_constraints where table_name = 'employee';
I am new to this, and am having trouble seeing my primary keys, foreign keys, and user check constraints after they are created. (I'm using SQLPlus - oracle 8i)
thanks so much for sharing...
Liz