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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
