Using the code below:
SELECT invoices.amount, customers.name, customers.image_url, customers.email, invoices.id
FROM invoices
JOIN customers ON invoices.customer_id = customers.id
ORDER BY invoices.d…...png', }, Can some one point out where I have gone wrong...Even seeding the data was a point of topic in other various forums...