Report Bug
Qus : What is the purpose of the SQL POSITION() function?
Qus SQL POSITION() फ़ंक्शन का उद्देश्य क्या है?

A. Returns the position of a substring in a string
B. Retrieves the minimum value in a column
C. Counts the number of rows in a result set
D. Concatenates rows into a single string based on a specified condition


Solution
A. Returns the position of a substring in a string






Report Bug