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 is the difference between truncate and delete commands?
Can the query output be sorted by multiple columns in ms sql server?
How to enter date and time literals in ms sql server?
What is a select query statement in ms sql server?
What is a with(nolock)?
Explain temporary table vs table variable by using cursor alternative?
What are the advantages of having an index on the sql server?
What is the default value of an integer data type in sql server 2005?
explain different types of cursors? : Sql server database administration
Can you move the resources after pausing the node? : sql server database administration
What are the events recorded in a transaction log?
write an SQL query to list the employees who joined in the month of January?
Will count(column) include columns with null values in its count?
How to select all columns of all rows from a table with a select statement in ms sql server?
Write query to return all rows sql?