Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What are the properties and different Types of Sub-Queries?

Add comment
Views: 53
Votes: 0
Comments: 0
Properties of Sub-Query

A sub-query must be enclosed in the parenthesis.
A sub-query must be put in the right hand of the comparison operator, and
A sub-query cannot contain an ORDER-BY clause.
A query can contain more than one sub-query.
Types of Sub-query

Single-row sub-query, where the sub-query returns only one row.
Multiple-row sub-query, where the sub-query returns multiple rows,. and
Multiple column sub-query, where the sub-query returns multiple columns
Others in this Category
document What is the difference between UNION and UNION ALL?
document What are different types of Collation Sensitivity?
document What do you mean by Table Sample?
document What is an execution plan? When would you use it? How would you view the execution plan?
document What are different Types of Join?
document What is the difference between a Local and a Global temporary table?
document What is CLR?
document What is Filestream?
document What is FOREIGN KEY?
document What is the STUFF function and how does it differ from the REPLACE function?
» More articles



RSS