I have to display ten columns values from diffrent ten
tables.
how many joins are require?
Answer Posted / sachin
i Think there is formula 2n-1
where n is the number of table
so, answer will be 2*10-1=19
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
When I delete any data from a table, does the sql server reduce the size of that table?
What is cached report?
What command do we use to rename a database?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
What is TDS(Tabular Data Stream) Gateway?
How does recursive cte works in sql server?
What is normalization according to you and explain its different levels?
What are the advantages of passing name-value pairs as parameters?
What is change tracking in sql server?
What are pessimistic lock and optimistic lock?
Is null in sql server?
why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it? : Sql server administration
Difference between 2NF &3NF ?
How do I find my localdb version?
Define Business Edition in SQL Azure?