Advertisements
Advertisements
प्रश्न
Consider the string: "Database Management System". Write suitable SQL query for the following:
Display the position of the first occurrence of "base" in the given string.
एक पंक्ति में उत्तर
Advertisements
उत्तर
SELECT INSTR('Database Management System', 'base');
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
