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.

8 Questions Published

Questions

Question 1 True/False

Oracle impliclity perform commit after DDL command.

  1. True
  2. False
Question 2 True/False

In CEMS, SGA components size are static.

  1. True
  2. False
Question 3 Multiple Choice (Multiple Answers)

Which are the TCL commands?

  1. COMMIT
  2. UPDATE
  3. DELETE
  4. ROLLBACK
Question 4 Multiple Choice (Single Answer)

TRUNCATE commnd fall into which category of SQL statements?

  1. DDL
  2. DML
  3. DCL
  4. TCL
Question 5 Multiple Choice (Single Answer)

INSERT, UPDATE, DELETE SQL commands fall into which category of SQL statements?

  1. DDL
  2. DML
  3. DCL
  4. TCL
Question 6 Multiple Choice (Multiple Answers)

Shared Pool comprises of following components.

  1. Library Cache
  2. Data Buffer Cache
  3. Data Dictionary Cache
  4. SQL buffer cache
Question 7 Multiple Choice (Single Answer)

CREATE, ALTER, DROP SQL commands fall into which category of SQL statements?

  1. DDL
  2. DML
  3. DCL
  4. TCL
Question 8 Multiple Choice (Single Answer)

Which pool memory is used by ORACLE to perform RMAN commands?

  1. Shared Pool
  2. Java Pool
  3. Large Pool
  4. Big Pool