SANDERS
and an employee with the last name
SANYERS
. The algorithm does not find
SANYERS
, but it does find
SANDERS
and
SANDERSON
.
title "Employees Whose Last Name Sounds Like 'Sanders'"; select * from proclib.staff where lname=*"Sanders" order by 2;