You've created a simple select statement that returns the customers first name and last name. This statement needs changing so that it only includes the customers first initial and their last name in the result set. There is no column for initial. Which function could you use to get the initial?

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1549 | Points: 40
Select from following answers:
  1. SUBSTRING
  2. STUFF
  3. REPLACE
  4. RTRIM
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response