Quiz: String Functions
Test your knowledge of string functions in MySQL.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
(Select all that apply.) What advanced use cases does LIKE
apply to over =
for string comparison?
A.
LIKE
is case sensitive, while =
is not.
B.
LIKE
matches patterns, while =
only matches equality.
C.
LIKE
does not disregard trailing spaces, while =
does.
D.
LIKE
matches equality, while =
also matches patterns.
1 / 5