Select from following answers:- FirstName,MiddleName,LastName
- MiddleName,LastName,FirstName
- FirstName,LastName,MiddleName
- FirstName,MiddleName,LastName,
- All Above
By using the ParseName function, we are extracting the name values and by using the Concat function of Sql Server 2012, we are concateniting the strings with ',' as the seperator
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator