FlashcardIntermediate
Joins, Indexes & Optimization
An index on join columns helps the optimizer combine tables faster by avoiding full scans.
Question
How do indexes help a JOIN, and what does the query optimizer do?
Click to reveal answer
An index on join columns helps the optimizer combine tables faster by avoiding full scans.
How do indexes help a JOIN, and what does the query optimizer do?