If any possiable to use 2 primary key in single table?
How many primary key & foreign key used in each table(min &
max)?
Answer Posted / 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 |
Post New Answer View All Answers
Can you create a logon trigger in sql server 2005 express edition?
How can you list all the table constraints in a database?
Can multiple columns be used in sql group by clause in ms sql server?
What is the difference between Stored Procedures and triggers?
What is log shipping? Can we do logshipping with SQL Server 7.0 ?
What are the differences between ms sql server & oracle?
How to attach adventureworkslt physical files to the server?
What should be the fill factor for indexes created on tables? : sql server database administration
Explain what are the events recorded in a transaction log?
Explain Capacity planning to create a database? and how to monitor it?
What is triggers in ms sql server?
How to list all user names in a database?
Is it possible in sql table to have more than one foreign key?
How to display a past time in days, hours and minutes?
what stored procedure can you use to display the current processes? : Sql server administration