PostgreSQL - Indexing Strategies
You want to create a GIN index on a table
orders with a column items that stores an array of integers. Which statement correctly creates the index and optimizes queries checking if an integer is present in the array?