Tag: databases

Questions Related to databases

  1. Hardware failures

  2. Design faults

  3. Coding mistakes

  4. None of the above

  5. All of the above


Correct Option: E
  1. internal, explicitly

  2. internal, implicitly

  3. user-defined, explicitly

  4. user-defined, implicitly


Correct Option: B
  1. ISNULL(@variable,'5')

  2. NULLIF(@variable,'5')

  3. COALESCE(@variable,'5')

  4. NONNULL(@variable,'5')


Correct Option: A,C

I want my row numbers to come up as 1,2,2,2,3 while using a ranking function. Which ranking function should I use?

  1. ROW_NUMBER()

  2. RANK()

  3. DENSE_RANK()

  4. NTILE(integer_expression)


Correct Option: C

What is UNIX equalent of deltree (MS-DOS) command.

  1. rem

  2. ls

  3. rm -R

  4. del


Correct Option: C

Below is not in the steps to build the Dataware House :

  1. Requirement gathering

  2. Data modeling

  3. Data profiling

  4. Data mining


Correct Option: D