Vidyalelo
Python · Q16

Database Connectivity with Python

Programming · Python · question 16

Q16

What is a primary key in a database table?

A.
A key used to access the database
B.
A unique identifier for each row
Answer
C.
A password for the database
D.
A column used for calculations

Answer: Option B

Solution

Answer: Option B
Solution:
A primary key is a unique identifier for each row in a database table.