Empresa engajada
How do you preform a search in SQL? Why not use 'index'?
Sigiloso
A programmer can use the SQL WHERE clause in order to preform a search. The main reason a programmer will not use 'index' is due to denormalization where performance will improve on the expense of adding redundant copies of data.