Screen Link:
https://app.dataquest.io/m/2000593/ordering-results-assessment/4/question-4
My Code:
SELECT track_id, name, milliseconds, unit_price, bytes
FROM track
ORDER BY (CAST bytes/milliseconds as FLOAT) DESC;
What I expected to happen:
The answer keeps being wrong, no idea what to do
What actually happened:
Replace this line with the output/error