Tag: databases

Questions Related to databases

  1. WHERE clause

  2. GROUP BY clause

  3. GROUP functions

  4. DISTINCT keyword

  5. FROM clause


Correct Option: B,C,D

Identify the MANDATORY sections of a PL/SQL block

  1. DECLARE

  2. BEGIN

  3. EXCEPTION

  4. END


Correct Option: B,D
  1. The SQL statements in the IF condition are processed.

  2. The SQL statements in the ELSE condition are processed.

  3. IF-THEN-ELSE-ENDIF construct is skipped.

  4. The SQL statements in the IF condition as well as ELSE condition are processed.


Correct Option: C