Oracle Database Fundamentals

Covers core Oracle database concepts including tables, transactions, SQL functions, normalization, and memory management

11 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

When WORKAREA_SIZE_POLICY is set to AUTO, the work areas are sized to accomplish which two goals? (Choose two)

  1. To tune memory using the existing *_AREA_SIZE parameters.
  2. To allocate memory to work areas in order to optimize throughput only.
  3. To allocate memory to work areas in order to optimize response time only.
  4. To allocate memory to work areas in order to optimize both throughput and response time.
  5. To ensure that the overall size of the PGA will never exceed the value of PGA_AGGREGATE_TARGET.
Question 2 Multiple Choice (Single Answer)

In what way are the two initialization parameters PGA_AGGREGATE_TARGET and WORKAREA_SIZE_POLICY related to each other?

  1. The default value for PGA_AGGREGATE_TARGET depends on the setting of WORKAREA_SIZE_POLICY.
  2. You must provide a non-default value for PGA_AGGREGATE_TARGET before setting
  3. The value of PGA_AGGREGATE_TARGET can only be changed dynamically (that is, when the instance is
  4. You must not provide a non-default value for PGA_AGGREGATE_TARGET before setting
Question 3 Multiple Choice (Multiple Answers)

which is Implicit data type Conversion?

  1. Char >> number
  2. Char >> date
  3. Number >> varchar2
  4. Date >> varchar2
Question 4 Multiple Choice (Single Answer)

Which is NOT Date function?

  1. ADD_MONTHS
  2. NEXT_DAY
  3. LAST_DAY
  4. NEXT_MONTHS
Question 5 Multiple Choice (Single Answer)

Which is NOT TCL Statements ?

  1. SAVEPOINT
  2. GRANT
  3. ROLLBACK
  4. COMMIT
Question 6 Multiple Choice (Multiple Answers)

Which is Single Row Function?

  1. CONCAT
  2. MOD
  3. ROUND
  4. CONVERSION FUNCTION
Question 7 Multiple Choice (Single Answer)

Normalization: which is automatic NORMAL form? (NF=normal form)

  1. 1NF
  2. 2NF
  3. 3NF
  4. 4NF
Question 8 Multiple Choice (Single Answer)

You are developing SQL statements for the application. Which of the following SQL operations requires the use of a subquery?

  1. IN
  2. Between
  3. Exists
  4. Like
Question 9 Multiple Choice (Single Answer)

Which is the most commonly used type of table?

  1. Clustered
  2. Partitioned
  3. Regular
  4. Index organized
Question 10 Multiple Choice (Multiple Answers)

You are developing some code to handle transaction processing. Which signifies the beginning of a new transaction ?

  1. set transaction
  2. Opening a new session
  3. commit
  4. savepoint
Question 11 Multiple Choice (Single Answer)

An object in Oracle contains many columns, The object requires segments to be stored in areas of the database other than the data dictionary ?

  1. Sequence
  2. View
  3. Synonym
  4. Table