MySQL Programming Question:

What Is Foreign Key?

MySQL Programming Interview Question
MySQL Programming Interview Question

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


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