How do I get a list of all constraints from a particular database?
SELECT * FROM USER_CONSTRAINTS WHERE TABLE_NAME = "tabnam";