PostgreSQL - JSON and JSONB
You have a JSONB column
info storing user preferences with nested keys. How can you efficiently query users who prefer dark mode stored as {"theme":{"mode":"dark"}}?