This video game project contains SQL scripts. One script sets up a database schema for a video store, populates it with sample data, and establishes relationships between the tables to represent employees, customers, items, orders, and publishers in the video store.
The second script interacts with the database. It performs various queries and updates related to the video store's inventory, customers, and orders.