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 not sorted in any particular order
B) begins with the letters D, E, F, and G sorted in descending order
C) begins with the letters E and F
D) begins with the letters D, E, F, and G sorted in ascending order

D

Computer Science & Information Technology

You might also like to view...

Users always follow the expected path.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ software like that shown in the accompanying figure helps you track and allocate resources.

A. Tax preparation B. Project management C. Personal finance D. Statistical

Computer Science & Information Technology