Multiple Choice
Which of the following SQL WHERE clauses will select all students whose last name begins with "S"?
A) Where LastName Like "S%"
B) Where LastName Like "S"
C) Where LastName = "S%"
D) Where LastName = "S*"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: In SQL the bit type is equivalent
Q19: The _control displays information from a dataset
Q20: What is the simplest way to update
Q21: A _statement in SQL retrieves data from
Q22: The correct SQL syntax to sort a
Q24: Each database _is also known as a
Q25: Assume the following table named Student exists
Q26: _is a tool provided by Visual Studio
Q27: All of the following are true about
Q28: You use to provide multiple selection conditions