SELECT circuit AS "Circuit", driver AS "Driver", pos AS "Position", lap_time AS "Lap time"
FROM live_positions
;
view raw top_3.sql hosted with ❤ by GitHub