Question d’entretien chez WTW

How does indexing work in sql ?

Réponse à la question d'entretien

Utilisateur anonyme

4 août 2021

Indexing in SQL follows a B-tree structure. When an index is created on a table essentially an order look table is created behind the scene this allowing you to access your data faster.