You are on page 1of 5

Prerequisites

Before Learning PL/SQL You must have minimum


knowledge of SQL

That Means
You Know the SQL Commands and How to use Them
1) Data Retrieval Statements(DRL)

SELECT Statements

2) Data Manipulation Statements(DML)

INSERT Statement

UPDATE Statement

DELETE Statement
3) Data Definition Statements(DDL)

CREATE Statement
ALTER Statement
DROP
Statement
RENAME TRUNCATE
Statement Statement
4) Transaction Control Statements(TCL)

COMMIT Statement

ROLLBACK Statement

SAVEPOINT Statement

5) DATA Control Statements(DCL)

GRANT
Statements REVOKE
Statements

You might also like