We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Wildcards Quiz

Example 1

SELECT * from users
WHERE name LIKE 'or_%';

Example 2

SELECT * from users
WHERE name LIKE '__ing';