Foreign Key relationship for non-primary key
405193Jan 25 2008 — edited Jan 25 2008The application is enforcing the rules through application code, a more foolproof method of enforcement is desirable.By checking the rules for foreign key constraint it should only be enforced for a primary key.
So please suggest how can I do this checking at the database level .Since the referencing column is not a foreign key.