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
Explain about SQL server 2005?
What is the meaning of sql server?
What are parameterized reports?
what are the three command line utilities and what are their primary functions?
what are the different stages of Report Processing?
What is the most common type of join?
How to execute a stored procedure in ms sql server?
How can sql injection be stopped? : sql server security
What is catalog views?
what happens on checkpoint? : Sql server database administration
What are alternate keys?
Can the “if update (colname)” statement be used in a delete trigger?
what are different types of backups available in sql server? : Sql server database administration
What command is used to create a database in the sql server and how?
What is awe?