Advertisements
Advertisements
प्रश्न
Consider the string: "Database Management System". Write suitable SQL query for the following:
To extract and display "Manage" from the string.
एका वाक्यात उत्तर
Advertisements
उत्तर
SELECT SUBSTRING('Database Management System', 10, 6);
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
