Detailed Database Design and SQL Implementation Report - IMAT5103
VerifiedAdded on 2023/04/21
|12
|900
|278
Report
AI Summary
This report details the design and implementation of a game database system. It begins with a scenario selection, focusing on a game database to store information about games, producers, and gamers. The report presents a conceptual database design outlining business rules for data storage, including game details, gamer information, producer details, and console specifics. Following this, a logical database design is provided, defining tables such as Producer, Games, Gamers, and Console, along with their attributes and relationships. The report then proceeds with the creation of these tables using Oracle DBMS, including data population and the creation of four useful indexes. Finally, it demonstrates SQL query writing, providing six queries to retrieve specific information from the database, such as game details by producer, gamer names, and game popularity counts, followed by a bibliography of resources used.
1 out of 12