how many joins we can write if at all we have n no of
tables
Answer Posted / vamsi
n-1
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What stored procedure would you use to view lock information?
What do you mean by normalisation?
What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?
Can another user execute your local temporary stored procedures?
What are the five characteristics of good data?
What is the primary use of the model database?
explain what is raid and what are different types of raid configurations? : Sql server database administration
What is update_statistics command?
What is difference between standardization and normalization?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
What is difference between order by and group by?
Why union all is faster than union?
Which table keeps the locking information?
What are the different types of cursor?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?