what is the output of below query?

DECLARE @Today VARCHAR(10)

SET @Today = '06/26/2015'
SET @Today = @Today + 5

 Posted by Bandi on 6/26/2015 | Category: Sql Server Interview questions | Views: 2052 | Points: 40
Select from following answers:
  1. 06/26/2020
  2. 11/26/2015
  3. Error
  4. None of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response