It's neat organized and ready to find when needed
Answer:
Code works perfectly
Explanation:
There is nothing wrong with your program as it runs perfectly and displays the expected results.
You may need to compile with another compiler if you're not getting the required results.
I've added the source code as an attachment (unedited)
Answer: wanna say engineering technology and science and mathematics
Explanation:
Answer:
SELECT
COUNT(SN), SUM(TaxAmount)
FROM ORDERS
or
SELECT
COUNT(SN) AS NumOrder, SUM(TaxAmount) As TotalTax
FROM ORDERS
Explanation:
Finding it difficult to add my explanation. So, I used an attachment instead
<em />