Select from following answers:- CharIndex
- Replace
- Substring

- None of these.
- All Above
Substring is the right answer.It is used to extract part of the string from specified string.We can specify starting index and length of the string.It has three arguments like below:-
Syntax:-
Substring(string_expression,start_position,string_length);
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator