1. Write a SELECT statement that returns these columns: The count of the number of orders in the Orders table The sum of the Tax
Amount columns in the Orders table
1 answer:
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 />
You might be interested in
Its easy just think of the program it’s a
C: bar graph
bar graphs are used to track changes over time, so I would say that C is your best bet
Over here lol- it’s pretty cool