SQL - Advanced Query Patterns
Why does this query fail to detect overlapping date ranges?
SELECT * FROM bookings WHERE start_date < end_date OR end_date > start_date;SELECT * FROM bookings WHERE start_date < end_date OR end_date > start_date;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions