-
Which operator is used to return value from JSON columns after evaluating the path and unquoting the result?
-
- <<
- >>
- ->>
- ->
- None of these
Correct Option: C
The operator ‘–>>’ is used to return values from JSON columns after evaluating the path and unquoting the result. It is equivalent to the function ‘JSON_UNQUOTE(JSON_EXTRACT())’.