Oracle Database and SQL Fundamentals
Test your knowledge of Oracle database architecture, SQL command categories (DDL, DML, DCL, TCL), and memory management components like Shared Pool, Large Pool, and SGA.
Questions
Question 1 True/False
Oracle impliclity perform commit after DDL command.
- True
- False
Question 2 True/False
In CEMS, SGA components size are static.
- True
- False
Question 3 Multiple Choice (Multiple Answers)
Which are the TCL commands?
- COMMIT
- UPDATE
- DELETE
- ROLLBACK
Question 4 Multiple Choice (Single Answer)
TRUNCATE commnd fall into which category of SQL statements?
- DDL
- DML
- DCL
- TCL
Question 5 Multiple Choice (Single Answer)
INSERT, UPDATE, DELETE SQL commands fall into which category of SQL statements?
- DDL
- DML
- DCL
- TCL
Question 6 Multiple Choice (Multiple Answers)
Shared Pool comprises of following components.
- Library Cache
- Data Buffer Cache
- Data Dictionary Cache
- SQL buffer cache
Question 7 Multiple Choice (Single Answer)
CREATE, ALTER, DROP SQL commands fall into which category of SQL statements?
- DDL
- DML
- DCL
- TCL
Question 8 Multiple Choice (Single Answer)
Which pool memory is used by ORACLE to perform RMAN commands?
- Shared Pool
- Java Pool
- Large Pool
- Big Pool