is it possible to make a field a foreign key if it has a different name than the parent table?

link|improve this question
I figured it out. alter table employee add constraint my_fk foreign key (emp_id) references mgr(mgr_id) – Pepper Sanchez Feb 16 at 22:00
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.