USER_CONSTRAINTS « System Tables Views « Oracle PL / SQL






1.Get a list of constraints defined on the employee table from User_Constraints
2.Query user_constraints for constriant name, type, table name
3.Join user_constraints and user_cons_columns table
4.Output user constraints in details