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
DELETE WHERE « Insert Delete Update « Oracle PL / SQL
Oracle PL / SQL
Insert Delete Update
DELETE WHERE
1.
WHERE clause is used to control which rows are affected by the DELETE statement
2.
Delete command with conditions
3.
Delete all records in TableA whose data in field1 and field2 DO NOT match the data in fieldx and fieldz of TableB
4.
Delete clause with sub query
5.
Delete statement with where clause and varchar2 type column
6.
Delete one row