PostgreSQL - JSON and JSONB
In PostgreSQL, what does the operator
-> do when applied to a JSON column?-> do when applied to a JSON column?-> in PostgreSQL JSON-> operator extracts a JSON object field by key and returns it as JSON type.->> operator extracts the field as text, not JSON. The other options describe unrelated operations.-> operator = Extract JSON field as JSON [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions