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
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What is a cursor, index in sql?
What is a result set object returned by odbc_exec()?
Can you pass expressions to function parameters?
Does partitioning ssd reduce performance?
What are user-defined functions (udfs) in sql server?
What is rolap and its advantage? : sql server analysis services, ssas
Introduction of rollup clause using sum and group by clause?
Can we write ddl in trigger?
What is local temp table?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
How many types of the database links?
What is use of @@ spid in sql server?
What is the standby server?
how many clustered indexes can be created on a table? : Sql server database administration