✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A database table stores 100,000 student records. A query searches for all students in a specific major. Without an index, the database reads every page of the table. With an index on the major column, the database reads only the pages containing matching rows. What is the mechanism that allows the index to skip irrelevant pages?