Solved

The Following SELECT Statement: SELECT EmpFirstName,EmpLastName

Question 31

Multiple Choice

The following SELECT statement: SELECT EmpFirstName,EmpLastName
FROM tblEmployee
WHERE EmpLastName Like "[D-G]*";
Would list the EmpFirstName and EmpLastName that ________.


A) begins with the letters D,E,F,and G sorted in ascending order
B) begins with the letters D,E,F,and G sorted in descending order
C) begins with the letters D,E,F,and G not sorted in any particular order
D) begins with the letters E and F

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions