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
What are the advantages of using third-party tools?
Can we add our custom code in ssis?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
what are constraints? Explain different types of constraints? : Sql server database administration
Difference between primary key and clustered index?
When cursors are useful?
What are sql servers used for?
What are audit control procedures?
what is create database syntax? : Sql server database administration
Please explain what is “asynchronous” communication in sql server service broker?
What are the differences between stored procedure and view in sql server?
Explain datetime2 data type in sal server 2008?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
List all the types of user-defined functions?
How would you choose between a clustered and a non-clustered index?