SQL
-- Return the total number of users and the oldest age, as `total` and `oldest`.
SELECT * FROM users;