MCQs > IT & Programming > ASP.NET With SQL Server > A production house needs a report about the sale where total sale of the day is more than $20,000. Which query should be used?

ASP.NET With SQL Server MCQs

A production house needs a report about the sale where total sale of the day is more than $20,000. Which query should be used?

Answer

Correct Answer: select * from orders group by OrderDate having sum(amount)>20000

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it