PostgreSQL - JSON and JSONB
You want to insert multiple JSON objects into a table
events with a jsonb column payload. Which query correctly inserts two JSON objects in one statement?