Language: PL/SQL Highlight Mode: PLSQL Last Modified: March 07th, 2009
clear columns;
clear breaks;SET linesize 132;
col constraint_name format a20;
col r_constraint_name format a20;
break ON table_name;SELECT cc.table_name, c.constraint_name,
c.r_constraint_name, cc.column_name
FROM user_cons_columns cc, user_constraints c
WHERE c.constraint_name = cc.constraint_name AND
c.constraint_type IN('P','R')ORDERBY c.table_name, c.r_constraint_name, cc.position;
SQL University.net courses meet the most demanding needs of the business world for advanced education
in a cost-effective manner. SQL University.net courses are available immediately for IT professionals
and can be taken without disruption of your workplace schedule or processes.
Compared to traditional travel-based training, SQL University.net saves time and valuable corporate
resources, allowing companies to do more with less. That's our mission, and that's what we deliver.