PostgreSQL - JSON and JSONB
You want to update or create the nested key
details.age to 40 in a JSONB column profile, but details may not exist. Which query correctly handles this?