Tag: databases

Questions Related to databases

  1. Writes the record to the reject port

  2. Writes a descriptive error message to the error port

  3. Discards the information if you do not connect flows to the reject or error ports

  4. Processes all records


Correct Option: A,B,C
  1. Abort on any error

  2. Abort after 50 errors

  3. Abort if more than 2 in 100

  4. Abort if more than 1 in 100


Correct Option: C
  1. data definition language (DDL) for all objects in a schema

  2. DDL for all object grants on a table in the database

  3. report of invalidated objects in a schema

  4. report of statistics of an object in the database


Correct Option: A,B
  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.


Correct Option: B,D
  1. subquery results

  2. results of a query having the SYSDATE function

  3. results of a query having the GROUP BY clause

  4. results of a query having the DATE data type in the WHERE clause


Correct Option: A,B
  1. Use subprograms as pasrt of packages instead of stand-alone parameters

  2. Use dynamic SQL’s constructed using concatenation of input values.

  3. Use bind arguments

  4. Usage of the NOT NULL constraint in PL/SQL code can degrade performance


Correct Option: C
  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.


Correct Option: B,C
  1. It must be part of a package.

  2. It must be a pipelined table function.

  3. It must not be defined in an anonymous block.

  4. It must have at least one OUT or IN OUT parameter.


Correct Option: C,D
    1. Insert into
    1. Create mining structure
    1. Browse data
    1. Select from
    1. Browse mining model

Correct Option: D
    1. Many dimensions, large dense datasets
    1. Few dimensions, small dense datasets
    1. Few dimensions, small sparse datasets
    1. Many dimensions, small sparse datasets
    1. Many dimensions, large sparse datasets

Correct Option: B