PostgreSQL - Indexing Strategies
Given a table
users(id, name, email) with an index on (id, email), which query can use an index-only scan?users(id, name, email) with an index on (id, email), which query can use an index-only scan?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions