Quiz: String Functions

Test your knowledge of string functions in MySQL.

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

Get hands-on with 1400+ tech skills courses.