which statement(s) does the following If @variable is NULL return '5', else return @variable

  1. ISNULL(@variable,'5')

  2. NULLIF(@variable,'5')

  3. COALESCE(@variable,'5')

  4. NONNULL(@variable,'5')


Correct Option: A,C

Find more quizzes: