Given the row below, what does this jsonb concatenation expression evaluate to?SELECT '{"a": 1, "b": 2}'::jsonb || '{"b": 9, "c": 3}'::jsonb;