Query Run
select * from actor where actor_name like 'RoySm%'; 3 years ago
select * from actor where actor_name like 'RoyS%'; 3 years ago
select * from actor where actor_name = 'RoySmith'; 3 years ago