PostgreSQL - JSON and JSONB
Which of the following is the correct syntax to create a GIN index on a JSONB column named
data in a table items?data in a table items?CREATE INDEX index_name ON table_name USING GIN (column_name);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions