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
What is analysis service repository?
What does null mean?
Does table partitioning improve performance?
What is dirty read?
What is difference between delete and truncate commands?
How do you create a data source?
Does sql server 2016 have ssms?
Give an example of SQL injection attack ?
How do indexes help, types?
What is correlated subquery in sql server?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
Introduction of rollup clause using sum and group by clause?
Can an automatic recovery be initiated by a user?
What is the difference between drop table and truncate table?
What is molap and its advantage? : sql server analysis services, ssas