What is the purpose of naming your constraints (unique, primary key, foreign key)?
Say I have a table which is using natural keys as a primary key:
C
By correctly naming all constraints, You can quickly associate a particular constraint with our data model. This gives us two real advantages: