Tag: databases

Questions Related to databases

Which are appropriate scheduling tools for use in EIP database?

  1. CONTROL M

  2. DBMS_JOB

  3. DBMS_SCHEDULER

  4. ALL


Correct Option: D

What can be used to optimize the performance of simple SQL?

  1. DYNAMIC PARALLELISM

  2. HINTS

  3. STORED OUTLINES

  4. ALL


Correct Option: D

If the value in a column is not unique then which index is used ?

  1. bitmap indexes

  2. b*-tree indexes

  3. composite unique index

  4. cluster index


Correct Option: A

Which object in PL/SQL provides encapsulation features ?

  1. Procedure

  2. Package

  3. Functions

  4. All


Correct Option: B

When we should truncate the working table ?

  1. At the end of the run

  2. Beginning of next run

  3. At any point of Time

  4. Can't be done


Correct Option: B
  1. remove

  2. comment the code

  3. Either of them should be fine

  4. Don't do anything


Correct Option: A
  1. explicit reference to partitions

  2. use the partition key in filter condition

  3. query will automatically decide the partition

  4. All of the above


Correct Option: B