See the code below:

SELECT surname
FROM Emps
WHERE surname < 'DH'

Could anyone who knows SQL please explain the meaning behind this statement --> surname < 'DH' <-- Thanx !