| http://www.w3.org/ns/prov#value | - Hello,How do I query the database for all types of constraints such as Primary Key,Foreign Key, Unique Key, and Default Constraint, and rename its system generate name to a name in following format:- PK<TableName>_ColumnName1_ColumnName2- FK<TableName>_ColumnName1- UK<TableName>_ColumnName1_ColumnName2- DF<TableName>_ColumnName1
|