Solved

The Following SELECT Statement: SELECT

Question 62

Multiple Choice

The following SELECT statement: SELECT *
FROM tblCustomers
WHERE LastName Like "smith";
Would list ________.


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

Correct Answer:

verifed

Verified

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

Related Questions