In which of the following cases would it make the most sense to use a hash index?
A. SELECT * FROM playlist WHERE playlist_id = 4
B. SELECT * FROM artist WHERE artist_id <10
C. SELECT * FROM album WHERE email LIKE \%t\%
D. SELECT * FROM track WHERE track_id >1 AND track_id <1