3. I have been working with a SQL database, and I’m trying to create a results table that shows the clients and their orders. Here’s what I have so far SELECT ClientName, 9rderlD FROM 1 Orders INNER JOIN clients ON orders.clientiD- clients.clientID; Right now, I am able to show every client and each of their orders. Can you help me correct my sQL syntax so I am showing the number of orders for each
OR
OR