The small window you are using greatly diminishes your demo experience. Please consider viewing using a larger window.
Command Text:
SELECT
`film`.`name` `film_name`,
`film`.`year` `film_year`,
`film`.`runningtime` `film_runningtime`,
`film`.`primaryseriesid` `film_primaryseriesid`,
`film`.`id` `film_id`
FROM `film` `film`
ORDER BY `film`.`year` ASC