final project(database)
final project(database)
Group member:
Hira Sadia
Iqra kousar
(VEHARI CAMPUS)
1.Artist:
Purpose
Store and manage information about artists, including their unique
ID
names
birthplaces
style
2. Exhibition:
Purpose
Store exhibition details such as start and end dates, unique ID and the associated gallery.
ID
Start date
End date
3.Gallery:
Purpose
Storing information about the gallery, including its ID (G_ID), name, location. .
ID
Gname
Location
4.Artwork :
Purpose
Store artwork information, including price, year, artist (linked to Artist_ID), artwork type, title, a
nd artwork ID (Art_ID)
Price
Year
Artist_ID
Type_OF_Art
Title
Art_ID
5.Customer :
Purpose
Contact customers who are going to make artwork or have expressed interest in artwork, include
in their unique ID (Cust_ID), contat information, name, address and accompanying artwork (link
via Art_ID)
Customer ID
ART_ID
Phone
Name (first, last)
Address
ER/EER DIAGRAM
Relational Schema
Artist:
Art-ID(PK) First-name Last-name BirthPlace Style
Exhibition:
Customer:
Cust-ID(PK) F-name Last-name Address phone Art-ID(FK)
Customer_phone:
Cust-ID(PK) Phone
Artwork:
Art-ID(PK) Title Type_of_art Artist-ID(FK) Year Price