I have to display ten columns values from diffrent ten
tables.
how many joins are require?
Answer Posted / ask
Select column1, column2, ...., column10 from table1,
table2, ..., table10
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between join and inner join?
How to insert multiple rows with one insert statement in ms sql server?
Can you explain various data region available in ssrs with their use?
What is tablix?
How to test values returned by a subquery with the in operator?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What is Service Broker in sql server 2012?
Explain Geography datatype in SQL Server
Explain linked server in sql?
How to insert data into an existing table?
role of sql sever 2005 in database rather than any other database
How to create a scrollable cursor with the scroll option?
Where is my database stored on the hard disk in ms sql server?
Explain full-text query in sql server?
How many tables can be joined in SQL Server?