Hi Friends
My Problem is in a table i have 4 reference of the user ID
- Owner ID
- Assigner ID
- Taker ID
- Evaluator ID
- Final Evaluator ID
& all these column values are FK to User detail table where i am having there name. If i want to have there name along with their ID while retrivieng the complete row I am joining 4 times with the user details table.
Is there any better Way
Thanks