-
Hi !
1.I have a table called EMPLOYEE having composite primary
keys defined on EMPNO,ENAME.
Now when I query from user_constraints:
select constraint_name,constraint_type
from user_constraints
where table_name = 'EMPLOYEE';
I get the information like:
constraint_name
EMP_PK
SYS_C0098
SYS_C0010
etc.,
Now I would like to know what is this SYS_C0098 etc.,
regards,
Amitstora.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|