Tag: databases

Questions Related to databases

  1. System Variable

  2. System Function

  3. Both A & B

  4. None of the Above


Correct Option: B
  1. Use FULL hint to optimizer for full table scan

  2. Use INDEX or AND-EQUAL hint to optimizer to use one index or set to indexes instead of another.

  3. Use an expression in the Where Clause of the SQL.

  4. Disable Index on the column


Correct Option: A,B,C,D
  1. Record type declaration.

  2. Opening and parsing of SQL statements.

  3. Fetches records from cursor.

  4. Requires exit condition to be defined.


Correct Option: D