Nesting SELECT Statements
›
Things to Remember about Subqueries
Things to Remember about Subqueries
You usually use SELECT * in a subquery in an EXISTS predicate
You must enclose the nested SELECT statement in parentheses
You join the outer SELECT statement and the subquery when using the EXISTS predicate by comparing columns in the WHERE clause of the subquery
You can use aliases to qualify column names
Copyright © 2014 CA. All rights reserved.
Rate This Page
The content on this page was useful to me.
Disagree strongly
1
2
3
4
5
Agree strongly
Submit rating and optional comments about this page