If any possiable to use 2 primary key in single table?
How many primary key & foreign key used in each table(min &
max)?

Answers were Sorted based on User's Feedback



If any possiable to use 2 primary key in single table? How many primary key & foreign key used ..

Answer / manikanta.srinu

Table can have only one primary key.243 foreign key can
poosiable for a table

Is This Answer Correct ?    7 Yes 1 No

If any possiable to use 2 primary key in single table? How many primary key & foreign key used ..

Answer / rajkumar

A table can have only one foreign key and 253 foreign keys can have in a single table.

Is This Answer Correct ?    2 Yes 1 No

If any possiable to use 2 primary key in single table? How many primary key & foreign key used ..

Answer / amit kumar sharma

A table can have only one cluster index i.e. Primary key
and 249 non-cluster index i.e. foreign key.
Cluster Index have 3 leaf in b-tree and the last node
itself containing data.
While Non-cluster index have 4 leaf in b-tree and the 3rd
node containing the ref of data (4th node).

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What does Master database contains?

0 Answers   Abacus,


What are the properties and different types of sub-queries?

0 Answers  


Can we call future method from queueable?

0 Answers  


What happens if we shrink log file in sql server?

0 Answers  


What is the sql server 2000 version number?

0 Answers  






What is “asynchronous” communication in sql server service broker?

0 Answers  


Can we rollback records deleted by a truncate statement?

3 Answers   CarrizalSoft Technologies, United Healthcare,


How do you optimize Sql queries ?

0 Answers   Cognizant,


How to replace the Query Result 'Null Value' with a text ?

0 Answers   MCN Solutions,


Please tell me some knowledge about Clustering and how to add clustering?

1 Answers  


How to write a query with a right outer join in ms sql server?

0 Answers  


Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?

0 Answers  


Categories