Go for Range if the number of employees is less.. - Range always take lesser time than For All Entries for few records.
This even includes the time taken to move the employee numbers to the range table and then do the select query.
This is the output I got for the time taken for each step when I tested for 100 employees.
However when I tested for 1000 records, FOE was more efficient.