Quiz: String Functions
Test your knowledge of string functions in MySQL.
We'll cover the following...
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.
Question 1 of 50 attempted
Ask