DEVFYI - Developer Resource - FYI

What are the types of SQL Statement ?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

857. What are the types of SQL Statement ?

Data Definition Language :
CREATE,ALTER,DROP,TRUNCATE,REVOKE,NO AUDIT & COMMIT.

Data Manipulation Language:
INSERT,UPDATE,DELETE,LOCK

TABLE,EXPLAIN PLAN & SELECT.Transactional Control:
COMMIT & ROLLBACKSession Control: ALTERSESSION & SET

ROLESystem Control :
ALTER SYSTEM.

(Continued on next question...)

Other Interview Questions