how many joins we can write if at all we have n no of
tables
Answer Posted / deepak
The minimum number of joins required are N-1. Maximum can
be up to 256.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is triggers and stored procedures?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How to disable triggers using "disable trigger"?
What is SQL Azure?
What are policy management terms?
What is the difference between the application object and session object?
What is oltp (online transaction processing)?
What are the advantages of using stored procedures in sql server?
What is an execution plan?
What is merge?
how to invoke a trigger on demand? : Sql server database administration
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
Define full outer join in sql server joins?
How to turn on the mssql api module in php?
What is index fragmentation in ms sql server?