Rename foreign key constraint
ruckanMar 12 2012 — edited Apr 3 2012Hi,
I have table tbl_a with a column a_col1 referencing tbl_b.b_col1
I want to create the foreign key constraint name as FK_A_COL1 which is FK_<COLUMN NAME OF THE CHILD>.
Foreign Key Naming standards doesn't allow the use of child column name as part of the name.
Is there any other solution/script to achieve this?
Thanks.