how many joins we can write if at all we have n no of
tables
Answer Posted / ali razvi
N-1
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
In what version of sql server were synonyms released?
Why and when do stored procedure recompile?
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
What are .mdf files?
Explain following error properties?
Why we use trigger in sql server with example?
How you trouble shoot when any job fails
What is the default Port No on which SQL Server listens?
List some of the rules that apply to creating and using a ‘view’
Explain user defined views?
What are data files?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
List the different types of collation sensitivities in sql server?
Explain primary key and foreign key constraints?
Will count(column) include columns with null values in its count?