I have to display ten columns values from diffrent ten
tables.
how many joins are require?
Answer Posted / sanjay kumar dinda
It will be 9( no. of tables -1)...
As we can join two tables by using two tables ...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Working with TLogs
What do you understand by triggers and mention the different types of it?
How to drop an existing table with "drop table" statements in ms sql server?
What are the different SQL Server Versions you have worked on?
How do you troubleshoot errors in a SQL Server Agent Job?
What is ddl and dml commands?
What do you mean by an execution plan? How would you view it?
List out the differences between the clustered index and non-clustered index in sql server?
Explain system views?
Do you know what is raid and what are different types of raid configurations? : SQL Server Architecture
Which Model uses the SET concept
What is the difference between coalesce() & isnull()?
What is ems sql management studio? : sql server management studio
What is normalization? Explain different forms of normalization?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.