SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT constraint_name, constraint_type, column_name from user_constraints natural join user_cons_columns where table_name = "my_table_name";
will give you what you need