The small window you are using greatly diminishes your demo experience. Please consider viewing using a larger window.
Command Text:
SELECT
`product`.`name` `product_name`,
`product`.`description` `product_description`,
`product`.`price` `product_price`,
`product`.`photoid` `product_photoid`,
`product`.`id` `product_id`
FROM `product` `product`
ORDER BY `product`.`name` ASC