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 difference between unique and primary key?
How to delete all rows with truncate table statement in ms sql server?
What is primary key index?
What are the difference between “where” and “having” clause in sql server?
What is catalog views?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What is coalesce and check constraint in sql server?
Explain what is scheduled job and how to create it?
Which autogrowth database setting is good?
How to get the query of a table in sql server?
Explain what are the different index configurations a table can have?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
What are acid properties of transaction?
How to retrieve field values using mssql_result()?