Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumSQLJSONB queryingSingle-choice MCQ

Given the row below, what does this jsonb concatenation expression evaluate to?

SELECT '{"a": 1, "b": 2}'::jsonb || '{"b": 9, "c": 3}'::jsonb;