Answers for "how to get constraint name in oracle"

0

how to get constraint name in oracle

SELECT *
  FROM user_cons_columns
 WHERE table_name = '<your table name>';
Posted by: Guest on November-15-2021

Code answers related to "how to get constraint name in oracle"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language