The !> operator is a comparison operator that compares two expressions. However, if ANSI_NULLS is set to ON and one of the operands is NULL, what will the result be?

expression !> expression (NULL)

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1878 | Points: 40
Select from following answers:
  1. FALSE
  2. NULL
  3. 0
  4. TRUE
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response