Tag: databases

Questions Related to databases

  1. Avoid full table scan

  2. Avoid index scan

  3. Avoid network traffic

  4. Avoid cartesian join


Correct Option: A,C
  1. Columns that contains values with less variation in the number of duplicates

  2. Columns that contains values with large variation in the number of duplicates

  3. Columns that contains values with no variation in the number of duplicates

  4. Columns that contains values with ZERO variation in the number of duplicates


Correct Option: B
  1. The more heavily indented an access path is, the earlier it is executed

  2. The more heavily indented an access path is, the later it is executed

  3. If two steps are indented at the same level, the uppermost statement is executed first

  4. If two steps are indented at the same level, the uppermost statement is executed last


Correct Option: A,C
  1. Right to Left processing of Source (Tables, views etc.) by Parser

  2. Left to Right processing of Source (Tables, views etc.) by Parser

  3. Bottom to Up processing of WHERE condition clauses

  4. Up to Bottom processing of WHERE condition clauses


Correct Option: A,C

Why one should not use NULL / NOT NULL operator on indexed columns?

  1. Using NULL / NOT NULL on indexed columns won’t use INDEX

  2. Using NULL / NOT NULL on indexed columns gives ERROR

  3. Using NULL / NOT NULL on indexed columns disables INDEX

  4. Using NULL / NOT NULL on indexed columns makes the INDEX unusable


Correct Option: A
  1. Automated Database Deployment Monitor

  2. Automated Database Development Monitor

  3. Automated Database Diagnostic Monitor

  4. Automated Database Distributed Monitor


Correct Option: C
  1. V$SQL

  2. V$SQL_STAT

  3. V$SQLSTATS

  4. V$SQL_STATISTICS


Correct Option: C

Which of the following degrades the performance of database?

  1. Equi Join

  2. Outer Join

  3. Non-Equi Join

  4. Cartesian Join


Correct Option: D