I have to display ten columns values from diffrent ten
tables.
how many joins are require?
Answer Posted / nitin
there are 3 answeres
1. No joins are required if do not want to display related
data
2. 9 joins are requred if all tables are related
3. no joins reuquired we can use union if condition is
like following
select cola from a
union
select colb from b
union
select colc from c
.
.
.
like wise ten statements
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How will you monitor replication latency in transactional replication? : sql server replication
do you know how to configure db2 side of the application? : Sql server database administration
Your table has a large character field there are queries that use this field in their search clause what should you do?
what is a transaction? : Sql server database administration
What is 1nf normalization form?
What is 2nf normalization?
What gets stored inside msdb database?
what authentication modes does sql server support? : Sql server database administration
What is the difference between online clustering and Offline clustering?
How do I make a resultset scrollable?
How to create new tables with "create table" statements in ms sql server?
What is difference between count (*) and count column?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What is a primary key?
What is the difference between web edition and business edition?