Zadanie 9 - rozwiązanie¶ SELECT InvoiceDate, FirstName, LastName FROM Invoice JOIN Customer USING(CustomerId) ORDER BY InvoiceDate DESC; Was this page helpful? Thanks for your feedback! Thanks for your feedback!