SELECT SSN, PersonalPIN FROM Employee WHERE SSN='123456789' AND PersonalPIN='1234'
Obviously just test data, but there is a user on the employee table with SSN 123456789 and PIN 1234.
When I put that SQL into the SQL view of a new Query, I get 1 record, exactly as i would have expected.