Questions Related to databases

Multiple choice technology databases
  1. The COMPRESSION HIGH option can be enabled only for CLOBs.

  2. The COMPRESSION HIGH option can be enabled for all internal LOBs.

  3. The DECRYPT option can be used to remove encryption only if the LOB column is empty.

  4. The DECRYPT option can be used to remove encryption from LOB columns that are empty or contain data.

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Multiple choice technology databases
  1. REF CURSOR types cannot be defined inside a package

  2. SYS_ REFCURSOR can be used to declare cursor variables in stored procedures and functions

  3. A REF CURSOR return type can be declared using %TYPE or %ROWTYPE or a user-defined record.

  4. Only a weak REF CURSOR type can be used as a formal parameter of a stored procedure or function.

Reveal answer Fill a bubble to check yourself
B,C Correct answer