I have to display ten columns values from diffrent ten
tables.
how many joins are require?
Answer Posted / sumesh.s.g
n-1 JOINS
that is 10-1 Join
Or using UNION or UNION all but its not a join
However we will get value from Tables
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I track the changes or identify the latest insert-update-delete from a table?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What is sql service broker?
Can group by be used without aggregate functions?
How to create hyperlink from returned sql query ?
What is report snapshot in ssrs?
What is the difference between system objects and user objects?
What is stored in the mssqlsystemresource database? : sql server database administration
What are the instances when triggers are appropriate?
What is database replication?
Why use stored procedures in sql server?
What is a linked server in sql server?
What is the maximum length of an alert name?
How to view the error log for any specific instance? : sql server database administration
How to create function without parameter in sql server?