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