Is it possible to have more then one foreign key in a
single table? if possible, is this the good way to design
the table?
Answer Posted / sushant
yes this possible
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I schedule a sql server profiler trace?
How do I find the sql server version?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What are the differences between decimal and float in ms sql server?
Do you know what are the steps to process a single select statement?
How to get a list of all tables with "sys.tables" view in ms sql server?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
What is it’s similarity with sql server?
Why use “in” clause in sql server?
How to use subqueries with the exists operators in ms sql server?
Explain the difference between clustered and non-clustered index?
What are the different editions available in sql server 2000?
What is sql server 2000 work load governor?
Does view occupy space?
What happens to a trigger with multiple affected rows?