logo

Database System and Design

   

Added on  2023-04-21

13 Pages945 Words83 Views
 | 
 | 
 | 
Running head: DATABASE SYSTEM AND DESIGN
Database System and Design
Name of the Student:
Name of the University:
Author Note
Database System and Design_1

1
DATABASE SYSTEM AND DESIGN
Stage 1: Scenario and Conceptual Database Design
Task 1.1: Selection of the case upon which the database design and
implementation is to be based
A fashion show database has been used here for the description of the database
designing and implementation. The main focus here has been put on the shows and the
designers and the models who are participating the shows. The database also involves the
description of the models and the outfits which are used in the fashion show. The database
should store the details of the designers in the system and also their designs. The designers
would be producing a number of designs for the fashion show. In addition to this, the details
of a number of systems are to be stored in the database.
Database System and Design_2

2
DATABASE SYSTEM AND DESIGN
Task 1.2: Provide a conceptual database design for your scenario & the list of
enterprise rules being modelled
EER Diagram
Business Rules
The main business rules that were considered during the implementation of the
database are described below:
The data base should be able to store the details of all the designers in the system and
the unique designer ids have been used for the separate designers in the database.
The data base should be able to store the details of the shows which are held are
stored in the system.
The data base should include the details of the outfits designed by a particular
designers and are to identified with the unique OutfitID and each outfit is to be
referenced to a particular designer.
Database System and Design_3

3
DATABASE SYSTEM AND DESIGN
The data base should include the details of the models who would be participating in
the shows and would be identified by their unique model id.
Stage 2: Logical Database Design and Oracle SQL
Implementation/querying
Task 2.1: Provide a Logical Database Design for your scenario
Fashion Show (ShowID (pk), ModelID (fk), OutfitID (fk), ShowDate, Location)
Designers (DesignerID (pk), Name, Country)
Model (ModelID (pk), Name, Age, Gender)
Outfit (OutfitID (pk), Genre, DesignerID (fk))
Task 2.2: Create the tables using Oracle DBMS
Database tables
Fashion Show
Designers
Database System and Design_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Database System and Design
|13
|705
|498

Database System and Design
|12
|800
|81

Database Systems and Design
|12
|699
|373

Database Systems and Design
|12
|656
|330

Database System and Design
|12
|900
|278

Database Systems and Design
|12
|558
|120