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 to enter date and time literals in ms sql server?
Explain the concept of recursive stored procedure.
How to remove duplicate rows from table?
What is outer join in sql server joins?
What do you understand by triggers and mention the different types of it?
List the data types available in mssql?
How to use values from other tables in update statements in ms sql server?
Can group functions be mixed with non-group selection fields in ms sql server?
How many partitions a clustered index has by default in sql server 2012?
How to create a user to access a database in ms sql server using "create user" statements?
How each E-R model constructs can be mapped to the relational model?
What is database isolation in sql server? : sql server database administration
What are the advantages of sql stored procedure?
What are the tool windows in sql server management studio? : sql server management studio
what are the three command line utilities and what are their primary functions?