EasyOutput prediction

Filter with date comparison operators

Given this table (tasks):

idnamedue_date
1Alpha2024-01-10
2Beta2024-01-20
3Gamma2024-01-25

What does this query return?

SELECT name FROM tasks WHERE due_date > '2024-01-15';

← → arrow keys to navigate

Sign in to save your progress.