We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
In MYSQL we will have a function called Right (), which takes the args. as Right(Str,length) by using this we can sucessfully retrive the characters of the string characters from the rightside. Hence we are using right(name,3) to select the last 3 characters and then used orderby to order the string.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Higher Than 75 Marks
You are viewing a single comment's thread. Return to all comments →
In MYSQL we will have a function called Right (), which takes the args. as Right(Str,length) by using this we can sucessfully retrive the characters of the string characters from the rightside. Hence we are using right(name,3) to select the last 3 characters and then used orderby to order the string.