is there more the two primary key in a single table?
Answer Posted / vincent
create table StudMaster(studid int not null,studname varchar
(20) not null,constraint Studmaster primary key clustered
(studid,studname))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are indexes in ms sql server?
What is acid properties?
Explain time data type in sal server 2008?
when would you go for denormalization? : Sql server database administration
How to enable tcp/ip protocol on a sql server?
How will you decide the active and passive nodes?
How to get a list of columns in a view using the "sp_columns" stored procedure?
What is the use of group by clause?
What is the difference between dropping a database and taking a database offline?
what is denormalization and when would you go for it? : Sql server database administration
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How to download and install microsoft .net framework version 2.0?
How do I find the query plan in sql server?
What are the functions in sql server?
Tell me what are cursors and when they are useful?