Domanda di colloquio di River

What is a database index, and what structure does it use?

Risposta di colloquio

Anonimo

31 gen 2026

Indexes are used to quickly locate data without having to search every row in a database table. It normally uses B-trees.