Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
EXISTS « Select Query « Oracle PL / SQL
Oracle PL / SQL
Select Query
EXISTS
1.
Use EXISTS to link two queries
2.
The EXISTS condition can also be combined with the NOT operator
3.
Test the NOT EXISTS version
4.
Display the customer number and last name of all customers with no orders.