Login
Remember
Register
Ask a Question
How many Primary keys can have in a table?
0
votes
asked
Nov 4, 2021
in
Sql
by
john ganales
How many Primary keys can have in a table?
a) Only 1
b) Only 2
c) Depends on no of Columns
d) Depends on DBA
primary-key
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 4, 2021
by
john ganales
Answer is Only 1
The primary key can consist of a single or combination of the field that uniquely identifies each record in a table. It cannot be null or empty. A table may have duplicate columns, but it can contain only one primary key.
...