Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is PROJECTION Operation?

1074


What are “lost updates”?

1043


what's the difference between delete table and truncate table commands? : Sql server database administration

1039


What are the different authentication modes in sql server?

1167


What are the disadvantages of using the stored procedures?

1186


What command must you use to include the not null constraint after a table has already been created?

1233


What are the types of lock supported by ?

1091


How is SQL Azure different than SQL server?

225


What is sql injection? How to protect against sql injection attack?

1037


How to rebuild indexes with alter index ... Rebuild?

1181


How to change the system date and time from SQL Plus Terminal ?

1272


between cast and convert which function would you prefer and why?

1012


How to convert numeric expression data types using the cast() function?

1120


Why should you use or avoid select * statements?

1071


How many types of relations are there between dimension and measure group? : sql server analysis services, ssas

1247