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 the stuff function and how does it differ from the replace function? : Sql dba
What are expressions?
how can you create an empty table from an existing table? : Sql dba
What are stuff and replace function?
Is truncate ddl or dml?
Which join condition can be specified using on clause?
Explain what is a view?
What is where clause in sql?
Why is normalization important?
how can we know the count/number of elements of an array? : Sql dba
How is data stored on a disk?
What are the types of join and explain each?
What are the advantages of pl sql?
Enlist some predefined exceptions?
what are rollup and cube in t-sql? : Transact sql