Tag: databases

Questions Related to databases

  1. Minus

  2. Except

  3. Intersect

  4. Union


Correct Option: D
  1. NULLIF(X,Y)

  2. COALESCE(X,Y)

  3. ZEROIFNULL(X,Y)

  4. NULLIFZERO(X,Y)


Correct Option: A
  1. GetSystemDate()

  2. GetDate()

  3. GetCurrentDateTime()

  4. None


Correct Option: B
  1. Return Top 3 Row in the Retailer Table

  2. Return Error

  3. Return No Record

  4. Return all Records from Retailer Table


Correct Option: B

Which function is used to get the Current System Date and Time

  1. GetSystemDate()

  2. GetDate()

  3. GetCurrentDateTime()

  4. None


Correct Option: B
  1. Return Top 3 Row in the Retailer Table

  2. Return Error

  3. Return No Record

  4. Return all Records from Retailer Table


Correct Option: B

How many Primary Key can be set for an table

  1. 10

  2. 1

  3. 2

  4. Infinite


Correct Option: A

What will be the Output for Select Abs(25-45)

  1. Abs is not a recognized function name

  2. -20

  3. 20

  4. None


Correct Option: C
  1. One

  2. More than One

  3. None

  4. Stored Procedure Does not support Output Parameter


Correct Option: B