Login
Remember
Register
Ask a Question
What is a composite primary key in SQL?
0
votes
asked
Jul 12, 2020
in
Sql
by
Robindeniel
What is a SQL composite primary key?
#sql-composite-primary-key
#sql-primary-key
#primary-key-sql
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 12, 2020
by
SakshiSharma
The primary key created on more than one column is called composite primary key.
...