what is a correlated sub-query? : Sql server database administration



what is a correlated sub-query? : Sql server database administration..

Answer / Praveen Singh Yadav

A correlated sub-query is a sub-query that depends on values from the main query, meaning it can access variables and tables defined in the main query.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How many triggers you can have on a table?

1 Answers  


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

1 Answers  


What are the lambda triggers?

1 Answers  


What are different types of raid configurations? : SQL Server Architecture

1 Answers  


What is key attribute?

1 Answers  


What is an identity column in insert statements?

1 Answers  


Explain about service Broker functions?

1 Answers  


How can sql server instances be hidden? : sql server security

1 Answers  


Can a stored procedure call another stored procedure. If yes what level and can it be controlled?

2 Answers  


I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output

9 Answers   Brigade, Wipro,


What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas

1 Answers  


How get current date in SQL server 2000

4 Answers   Cap Gemini, Polaris,


Categories