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 is PROJECTION Operation?
What are “lost updates”?
what's the difference between delete table and truncate table commands? : Sql server database administration
What are the different authentication modes in sql server?
What are the disadvantages of using the stored procedures?
What command must you use to include the not null constraint after a table has already been created?
What are the types of lock supported by ?
How is SQL Azure different than SQL server?
What is sql injection? How to protect against sql injection attack?
How to rebuild indexes with alter index ... Rebuild?
How to change the system date and time from SQL Plus Terminal ?
between cast and convert which function would you prefer and why?
How to convert numeric expression data types using the cast() function?
Why should you use or avoid select * statements?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas