Checkpoint 29.6.1.
On what bike number was the most recent (by start date) trip?
Select just the column that has the bike number, and sort the results so that the most recently started trip is first.
It is easiest to begin by selecting all data (
*
) while you get the query logic correct so you can see if the data is sorted correctly. Once you get it working, select just the column with the bike number. and limit the results to one record.