Home » MYSQL » MySQL Operators » Question
  1. Which operator is used to return value from JSON columns after evaluating the path and unquoting the result?
    1. <<
    2. >>
    3. ->>
    4. ->
    5. 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())’.



Your comments will be displayed only after manual approval.