Recent posts

Printing employee names and salaries from a table
AskAI SQL Problems

This problem deals with using a cursor to loop through a table of employee data in order to print the employee's name and salary.

173
Oct 14
Find the total value of all transactions for each day.
AskAI SQL Problems

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

169
Oct 11
Find Top 10 Customers by Total Purchase Amount
AskAI SQL Problems

To find the top 10 customers by total purchase amount, write a SQL query that orders the customers by purchase_amount in descending order.

184
Oct 10