PostgreSQL - JSON and JSONB
What will be the result of this query?SELECT '{"a":1, "b":2}'::jsonb @> '{"b":2}'::jsonb;
What will be the result of this query?SELECT '{"a":1, "b":2}'::jsonb @> '{"b":2}'::jsonb;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions