MySQL Programming Question:
Download Questions PDF

What Is Foreign Key?

Answers:

Answer #1
A foreign key is a single column or multiple columns defined to have values that can be mapped to a primary key in another table.

Answer #2
forign key is the keys in the table that are primary keys to another table.
You can also chk http://www.phptrick.in/mysql-interview-questions/ for php mysql interview questions

Download MySQL Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What Is Primary Key?What Is Index?