Which statement is/are true about IsNull function?

 Posted by vishalneeraj-24503 on 2/3/2015 | Category: Sql Server Interview questions | Views: 2082 | Points: 40
Select from following answers:
  1. IsNull function is used to replace null with specified value.
  2. Return type is same as input value.
  3. If supplied input contains any value,then IsNull returns first supplied input value.
  4. Data type of input_value and replacement_value must be the same.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response