Which one of the following statements displays the result set below after it is executed? Before the statement is executed After the statement is executed Restets Mersages SELECT EmployeeID, FirstName
1) The result set will be empty
2) The result set will contain the EmployeeID and FirstName columns
3) The result set will contain only the EmployeeID column
4) The result set will contain only the FirstName column