Challenge: Total Sales Calculation
Swipe to start coding
Write a SQL query on the provided sales table to calculate two summary metrics in a single query:
- The total number of sales records (rows) in the table.
- The total sum of the
quantitycolumn across all sales records.
Your query must return both results as separate columns in a single row. Do not include any print statements or comments in your query. Use aggregate functions such as COUNT(*) and SUM(quantity) to obtain the required results.
Lösning
Tack för dina kommentarer!
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Fantastiskt!
Completion betyg förbättrat till 5.56
Challenge: Total Sales Calculation
Svep för att visa menyn
Swipe to start coding
Write a SQL query on the provided sales table to calculate two summary metrics in a single query:
- The total number of sales records (rows) in the table.
- The total sum of the
quantitycolumn across all sales records.
Your query must return both results as separate columns in a single row. Do not include any print statements or comments in your query. Use aggregate functions such as COUNT(*) and SUM(quantity) to obtain the required results.
Lösning
Tack för dina kommentarer!
single