Given this table (readings):
What does this query return?
SELECT SUM(value), COUNT(value), COUNT(*) FROM readings;
← → arrow keys to navigate
Sign in to save your progress.