The following SELECT statement:

SELECT *
FROM tblCustomers
WHERE LastName Like "smith";

would list ________.

A) all fields from tblCustomers where the customer's last name is "smith".
B) all fields from tblCustomers with a last name that begins with "smith".
C) all customers' first and last names from tblCustomers with a last name that begins with "smith".
D) all fields from tblCustomers where the customer's last name contains "smith".

A

Computer Science & Information Technology

You might also like to view...

Jumping the CMOS involves the manipulation of software in which the password is cleared after the jumper has been reset

Indicate whether the statement is true or false.

Computer Science & Information Technology

Google's Chrome OS integrates with web servers using cloud computing and storage to run applications and to perform other functions.

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

Computer Science & Information Technology