what is the output of this SQL ?

SELECT LEN(CAST(LEFT('030-020', 3) AS INT))

 Posted by Bandi on 6/26/2015 | Category: Sql Server Interview questions | Views: 3624 | Points: 40
Select from following answers:
  1. 2
  2. 3
  3. Error
  4. 10
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response