MySQL Programming Question:

What Is Foreign Key?

Tweet Share WhatsApp

Answers:

Answer #1A 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 #2forign 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 PDF Read All 110 MySQL Programming Questions
Previous QuestionNext Question
What Is Primary Key?What Is Index?