is there more the two primary key in a single table?
Answer Posted / 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 |
Post New Answer View All Answers
what is the maximum size of a row? : Sql server database administration
What is dynamic cursor in SQL SERVER?
What does truncate do?
Why is the need for data conversion transformations?
Which are the new data types introduced in sql server 2008?
What is the difference between Clustered and Non-Clustered Index?
How to create a testing table with test data in ms sql server?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
Does transparent data encryption provide encryption when transmitting data across the network?
What are the advantages to use stored procedures?
Can we use where clause with group by?
What is forward - only cursors / read only cursor?
How to drop existing indexes in ms sql server?
What is filtered index?
What is blocking and how would you troubleshoot it? : sql server database administration