Informatics Practices
Which of the following functions returns the position of a substring in a given string ?
- MID
- INSTR
- SUBSTR
- CHAR
SQL Queries
2 Likes
Answer
INSTR
Reason — The INSTR()
function searches for given second string into the given first string and returns the position.
Answered By
1 Like
Related Questions
Which of the following is not a date function ?
- Month
- Year
- NOW
- POW
Which of the following functions returns the substring from a given string ?
- MID
- INSTR
- SUBSTR
- CHAR
Which one of the following is not an aggregate function ?
- ROUND()
- SUM()
- COUNT()
- AVG()
Which of the following SQL functions does not belong to the Math functions category ?
- POWER()
- ROUND()
- LENGTH()
- MOD()