Tag: databases

Questions Related to databases

Is Data modelling and Dimensional modelling same?

  1. True

  2. False


Correct Option: B
  1. Conceptual modelling

  2. Physical modelling

  3. Logical modelling

  4. None of the above


Correct Option: D

Another name for the EXCEPT operator is __________.

  1. INSTEAD OF

  2. NOT IN

  3. INTERSECT

  4. MINUS


Correct Option: D
  1. GROUP BY, HAVING, WHERE

  2. HAVING, WHERE, GROUP BY

  3. GROUP BY, WHERE, HAVING

  4. WHERE, GROUP BY, HAVING


Correct Option: D
  1. Both the INSERTs and the UPDATE fails.

  2. The INSERTs work, but the UPDATE fails

  3. Only the first INSERT works.

  4. Only the second INSERT works


Correct Option: C

What is the displayed result of the following: SELECT 3 / 4 * 100?

  1. 0

  2. .75

  3. 75

  4. 75.00


Correct Option: A

In a Join, when is the ON clause required?

  1. If the Join is a SELF JOIN.

  2. Only if the WHERE clause is not used.

  3. If the keyword INNER is specified.

  4. all the time.


Correct Option: C

What is the result of the following SQL statement? SELECT INDEX (SUBSTRING ('RALPH JOHNSON' FROM 6 FOR 5), 'OHN');

  1. 3

  2. 5

  3. 6

  4. 2


Correct Option: A
  1. Global Temporary

  2. Permanent

  3. Derived

  4. Volatile


Correct Option: A
  1. HAVING and GROUP BY

  2. HAVING and QUALIFY

  3. QUALIFY and QUANTIFY

  4. QUALIFY and ORDER BY


Correct Option: B