PostgreSQL - JSON and JSONB
You have a table
events with a JSONB column data storing event details. You want to find all events where the nested JSON key location.city is 'Paris'. Which query correctly achieves this?