List all customers that have more than a given number of past orders. The system will ask
for the number of past orders first. Then, it will list all customers that have ordered in the
past more than the number entered. E.g. if the number entered in 5, the system will list all
customers that have more than 5 past orders. For each customer, display only the id, name
and email address.
Answers
Answered by
0
Answer:
List all customers that have more than a given number of past orders. The system will ask
for the number of past orders first. Then, it will list all customers that have ordered in the
past more than the number entered. E.g. if the number entered in 5, the system will list all
customers that have more than 5 past orders. For each customer, display only the id, name
and email address.
Similar questions