I have to display ten columns values from diffrent ten
tables.
how many joins are require?
Answer Posted / sathish
The 10 tables can be joined as,
select table1.columnname,table2.columnname,.....
from table1,table2,.......
It displays 10 fields from 10 different tables.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Which command is used for user defined error messages?
Explain concepts of analysis services?
What are sparse columns?
How we can compare two database data?
What are key, name and value columns of an attribute? : sql server analysis services, ssas
How adventureworkslt tables are related?
What is bcp? When does it used?
What is raid, and how it can influence database performance?
Can foreign key be duplicate?
What is RMS migrations?
Explain “not null constraint” in sql server?
What does it mean to normalize data?
What is a cube? : sql server analysis services, ssas
What are logical database components? : SQL Server Architecture
How to enable tcp/ip protocol on a sql server?