Advertisements
Advertisements
प्रश्न
What will be the output of the following SQL query:
SELECT RIGHT ("CHANDRAYAN3", 4);
लघु उत्तर
उत्तर
"YAN3"
Explanation:
The RIGHT() method returns the rightmost character in a string. In this case, the string "CHANDRAYAN3" creates the string's rightmost four characters, "YAN3."
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?