Can a table have two primary keys?
Answer Posted / ramireddy
No, A table having only one primary key.
If you declare as Primary
key(<column_name>,<column_name>,<column_name>) for any
table. This type key is called as composite key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is snowflake sql?
What information is needed to connect sql*plus an oracle server?
what is oltp (online transaction processing)? : Sql dba
Where not exists in sql?
What is the difference between a primary key and a unique key?
What are the operators in sql?
What is asqueryable?
What is dense_rank?
Which join is default?
Explain two easy sql optimizations.
Is big data nosql?
What is a design view?
what is a primary key? : Sql dba
What is the difference between truncate and drop statements?
How do you create a unique index?