πŸ“Š MySQL
Q. What is a primary key?
  • (A) A key that allows duplicate values
  • (B) A key that can be null
  • (C) A unique key used to identify rows
  • (D) A key for foreign tables
πŸ’¬ Discuss
βœ… Correct Answer: (C) A unique key used to identify rows

Explanation: A primary key uniquely identifies each record in a table and cannot be null.

Explanation by: Mr. Dubey
A primary key uniquely identifies each record in a table and cannot be null.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
46
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate