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

A

Computer Science & Information Technology

You might also like to view...

A built-in class that helps to split strings into pieces, such as words of a sentence, is:

a) Console b) Scanner c) StringBuffer d) StringTokenizer

Computer Science & Information Technology

An ecommerce ____________ is the software that handles ecommerce transactions.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology