Database Design

"Design a Database Schema for a Movie System"
AskAI

The goal is to design a database schema that can store information on movies, movie theaters, movie showtimes, and movie ratings. This system should be able to output theater locations, movie titles , and showtimes.

110
Oct 31
Get customer id, name, and total amount spent
AskAI

This query returns the customer id, customer name, and the total amount spent by each customer at the store.

152
Oct 30
Library Database
AskAI

This technical problem involves designing a database to keep track of a library's books, patrons, and checkout history. Input examples are given for books, patrons, and checkout history. Output examples are also given for books, patrons, and checkout history.

150
Oct 27
Database design for a library
AskAI

This technical problem deals with the design of a database for a library. The database should include tables for books, patrons, and checked out books.

172
Oct 23
Finding the Total Amount Spent by Each Customer
AskAI

Given a list of customer names and their purchase amounts, this SQL query will find the total amount spent by each customer.

167
Oct 22
Online product database
AskAI

The company needs a database to store information about the products, customers, and orders. The database should be able to track the quantity of products in stock and customer information so that the company can email customers updates about their orders.

170
Oct 16