Question: Create a gameshop database using the diagram below. Implement the GameShop database, include all DDL commands. (To create a new database named GameShop you use
Create a gameshop database using the diagram below.
Implement the GameShop database, include all DDL commands. (To create a new database named GameShop you use the command: CREATE DATABASE GameShop;)
Insert at least 3 real or fictional records in each table.

Customers Customer ID(PK) Points Balance FirstName LasName Games. Games ID (PK) Title ESRBRating Genre ReleaseDate FranchiselD(FK) Tags XGames TaglD(FK) Game ID(FK) Tags TagID(PK) TagNae Stores Location Manager (FK) Prodcuts ProdcutID(PK) Title GameID(FK) PlatformID(FK) New Price UsedPercent (Float Default 0.7) BuyBack Percent Franchises FranchiselD(PK Name Employees EmployeeID(PK) FirstName Last Name StorelD (FK) SArctive Plafformns PlateFormID(PK) Name Maker isCurrentGen Release Date Transactions TransactionID(PK) StorelD(FK) CustomerID(FK) EmpolyeelD(FK) Date TIME ProductID(FK) Quantity PaymentTotal Inventory Inventory ID(PK) StorelD(FK Quantity isNew
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
