is there more the two primary key in a single table?
Answer Posted / asas
NO guys
create table prk(eno int primary key, dno int primary key)
Msg 8110, Level 16, State 0, Line 1
Cannot add multiple PRIMARY KEY constraints to table 'prk'.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Describe in brief authentication modes in sql server.
Data table as parameter in sql server?
Explain the relational database management system (rdbms)?
Explain the properties of the relational tables?
What is the chart in report?
In which sql server version report builder introduced?
Why functions are used in sql server?
Explain how many normalization forms?
How to connect of datebase with sql express.?
How can you know if the row fetched from cursor is still valid in underlying table?
Explain transaction server explicit transaction?
What is the security model used in sql server 2005?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
When I run the sql server 2000 setup, it just hangs. What do I do?
Tell me the use of keyword with encryption. Create a store procedure with encryption?