PostgreSQL - JSON and JSONB
You need to retrieve all rows from the events table where the JSONB column metadata contains at least one of the keys 'user' or 'admin'. Which of the following queries correctly uses JSONB existence operators to achieve this?
