Querying a "latest order" in an optimized way – Mysql
(MySQL, InnoDB) Database has the tables Client (id, name) and Order (id, client_id, name, order_date). I would like to query them to receive a list of Client and one, latest Order for each Client, or none if there is none…