Transactions

SQL query to return names of customers who have made a purchase in last 30...
AskAI

This problem asks for a SQL query that returns the names and total amounts spent by customers who have made a purchase in the last 30 days.

200
Nov 06
Find customer with most purchases in last 30 days
AskAI

Write a SQL query to find the customer who has made the most purchases in the last 30 days.

143
Nov 01
Find the products with the highest price.
AskAI

Write a SQL query to find the products with the highest price from a given table.

214
Oct 26
Find the total value of all transactions for each day.
AskAI

Given a table of transactions, this SQL query will find the total value of all transactions that occurred on each day.

217
Oct 11