Home »
MCQs »
SQL MCQs »
SQL Scalar Functions MCQs
Which function is used to extract substrings from the column of the table –
6. Which function is used to extract substrings from the column of the table –
- ROUND()
- MID()
- FORMAT()
- NOW()
Answer: B) MID()
Explanation:
The MID() function is used to extract substrings from the column of the table.