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?

Answers were Sorted based on User's Feedback



is there more the two primary key in a single table?..

Answer / sathishrpillai

no, but there can be any number of forgein keys in a single
table.
A primary key of one table is the forgein key for other
table.

Is This Answer Correct ?    4 Yes 2 No

is there more the two primary key in a single table?..

Answer / chandra

no, we cant create more than one primary key in the single
bcoz it avoids the codds rule

Is This Answer Correct ?    3 Yes 1 No

is there more the two primary key in a single table?..

Answer / elumalai.k

No it is not possible.
A table has only one primary key
If the table has more than one primary key is called
composite key.

Is This Answer Correct ?    3 Yes 1 No

is there more the two primary key in a single table?..

Answer / navaneethakrishnan

no we cannot,

but we can do composite key in sql2005,

go in enterprise manager...

in the design view first set the primary key to one field
and then press ctrl key and set primary key to another field..

Is This Answer Correct ?    3 Yes 1 No

is there more the two primary key in a single table?..

Answer / manoj

cannot add multiple primary key constraint on a single table

Is This Answer Correct ?    2 Yes 0 No

is there more the two primary key in a single table?..

Answer / sudheer gowlikar

we cannot have more than one primary key on a table since
primary will create a clustered index and we can have only
1 clustered index on a table since clustered index will
sort data in data pages and the data sorted in one way
rather sorting number of ways.

Is This Answer Correct ?    2 Yes 0 No

is there more the two primary key in a single table?..

Answer / ramesh.p

No, One table can have one primary key

Is This Answer Correct ?    2 Yes 1 No

is there more the two primary key in a single table?..

Answer / sandeep rana

If table has more than one primary key is called
composite key....

Is This Answer Correct ?    1 Yes 0 No

is there more the two primary key in a single table?..

Answer / boominathan

No

Is This Answer Correct ?    12 Yes 12 No

is there more the two primary key in a single table?..

Answer / 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

More SQL Server Interview Questions

What is the difference between set and select?

0 Answers  


How do you load large data to the SQL server database?

2 Answers  


Can we call stored procedure in view in sql server?

0 Answers  


What is Primary key and foreign key? Give an example

4 Answers   TCS,


What is data source in connection string?

0 Answers  


What is triggers and stored procedures?

0 Answers  


Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz

3 Answers  


What is Check point? Explain in Brief what it will do?

1 Answers   Wipro,


what is extended StoreProcedure ?

3 Answers   Satyam,


What is the language structure to add a record to a table?

0 Answers  


Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?

0 Answers  


What are the different types of replication are there in sql server 2000?

0 Answers  


Categories