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 are the High-Availability solutions in SQL Server and differentiate them briefly?
How to get the number of affected rows?
Distinguish between commit and rollback?
Which Model uses the SET concept
What is report rendering ?
How to fetch the next row from a cursor with a "fetch" statement?
What are the types of table?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
How to provide default values to stored procedure parameters?
What are the advantages of using stored procedures in sql server?
What is xml datatype?
How many primary keys are possible in a table?
What is the use of builtinadministrators group in sql server? : sql server security
Does group by sort data?
What is sql profiler. What are the default templates with it? : sql server database administration