I have customer table which have products and quantity , I need to retrieve those products which sell better in the company.
How would I accomplish this with an SQL query?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Out of the common-assumption of a product/order/sales table schema, the following query is constructed. So please either show us your tables or change the query according to your tables.
This will give you the best product:
This will give you 10 best products: