Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySQLaggregate functionsSingle-choice MCQ

Table `events` is empty (zero rows). What do these two queries return?

SELECT COUNT(*) FROM events; SELECT MAX(created_at) FROM events;