There are many ways to fetch first 5 characters of the string.
In the following options, which command is used to fetch first 5 characters of the string?
1. Select SUBSTRING(StudentName,1,5) as studentname from student
2. Select RIGHT(Studentname,5) as studentname from student