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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?