EasyOutput prediction

UPPER and LOWER

Given this table (users):

What does this query return?

SELECT LOWER(email) FROM users WHERE id = 1;

← → arrow keys to navigate

Sign in to save your progress.