DEVFYI - Developer Resource - FYI

The Delete Statements:

PL/SQL Interview Questions and Answers


(Continued from previous question...)

The Delete Statements:

DELETE FROM table_name WHERE column_name = some_value
Delete All Rows:
DELETE FROM table_name or DELETE * FROM table_name

(Continued on next question...)

Other Interview Questions