LISTING 2: Two Columns in the SELECT List SELECT enter_date, emp_no FROM employee WHERE enter_date BETWEEN '1.1.1998' AND '12.31.1998'