PostgreSQL - JSON and JSONB
Which of the following is the correct syntax to extract the text value of the key 'name' from a JSON column
data using the #>> operator?data using the #>> operator?#>> syntax#>> operator requires a text array path inside curly braces, e.g., '{name}', to extract text.->> extracts text but uses a different syntax without braces; #> extracts JSON, not text.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions