... following query
select constrint_name from user_constraints where table_name='emp';
I got the output as "no rows selected"
( i used oracle10g)i was created a table emp with constraints on sql*plus,but i didnt get the constraint names by the following query
select constrint_name from user_constraints where table_name='emp';
I got the output as "no rows selected"
( i used oracle10g)