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...

Text effects can only be applied to the first paragraph on a page

Indicate whether the statement is true or false

Computer Science & Information Technology

When reusable code gets buried into other code, the logic can and should be reused by other use cases.

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

Computer Science & Information Technology

The object used by the Kerberos protocol to provide client verification is known as a ____.

A. password B. passphrase C. token D. ticket

Computer Science & Information Technology

Which of the following replaces the destination IP address of a packet?

A. NAT B. DNS C. SNAT D. DHCP

Computer Science & Information Technology