top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

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

0 votes
370 views
What are the properties and different Types of Sub-Queries?
posted Nov 26, 2014 by Roshan

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

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

answer Nov 26, 2014 by Manikandan J
...