MySQL Programming Question:

What Is Primary Key?

Answer:

A primary key is a single column or multiple columns defined to have unique values that can be used as row identifications.

Read All 110 MySQL Programming Questions
Previous QuestionNext Question
What Is Row?What Is Foreign Key?