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 to execute a sql statement using mssql_query()?
What is attribute? : sql server analysis services, ssas
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
Which are new data types introduced in sql server 2008?
as a part of your job, what are the dbcc commands that you commonly use for database maintenance? : Sql server database administration
Explain syntax for dropping triggers?
What is the most common type of join?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
Would you store your query in a ssrs report or a database server? State the reason why?
Difference between drill down and drill through report.
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
What is tempdb database? : SQL Server Architecture
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?