Question
Consider a table Orders with columns OrderID, CustomerID, OrderDate, and TotalAmount. Which SQL query would correctly find the total number of orders and the average TotalAmount for each CustomerID who has placed more than 5 orders? Option
- A SELECT CustomerID, COUNT(OrderI
- B SELECT CustomerID, COUNT(OrderI
- C SELECT CustomerID, COUNT(OrderI
- D , AVG(TotalAmount) FROM Orders GROUP BY CustomerID WHERE COUNT(OrderI
- D > 5; Option
- D , AVG(TotalAmount) FROM Orders WHERE COUNT(OrderI
- D > 5 GROUP BY CustomerID; Option
- D , AVG(TotalAmount) FROM Orders GROUP BY CustomerID HAVING COUNT(OrderI
- D > 5; Option
- D SELECT CustomerID, COUNT(OrderI
- D , AVG(TotalAmount) FROM Orders HAVING COUNT(OrderI
- D > 5 GROUP BY CustomerID; Option
- E None of the above
More C Programming Questions
- ch data structure is used in Depth-First Search (DFS)?
- Which of the following is correct about C++ constructors?
- In C++, which operator is used to access a member function through a pointer to an object?
- In C, which keyword is used to define a constant value?
- Which of the following is true about C++ destructors?
- What is the output of the following C code? void func(int n) { if (n == 0) return; printf("%d ", n); func(n-1); printf("%d ", n); } ...
- Which of the following is the primary benefit of Big Data analytics in decision-making?
- In Python, which of the following is used to create an anonymous function?
- In C, which function is used to dynamically allocate memory?
- What is the output of the following code: x = 5; y = 2; print(x ** y)?
Hey! Ask a query
Please enter email id
The email must be a valid email address.
Please enter Mobile Number
Please enter valid Mobile Number
Please enter your Doubt
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
- 200 Questions with Detailed Solutions
- Section-wise Coverage (GA, English, Quant & Reasoning)