Interview Query

Distance Traveled
Go to question details page

Given the tables users and rides, write a query to report the distance traveled by each user in descending order.

Example:

Input:

users table

Column Type
id INTEGER
name INTEGER

rides table

Column Type
id INTEGER
passenger_user_id INTEGER
distance FLOAT

Output:

Column Type
name VARCHAR
distance_traveled FLOAT
Good job, keep it up!

31%

Completed

You have 50 sections remaining on this learning path.

Loading pricing options..