Question: 1 . - Process work _ filtered.gz to create the following relations, attributes and keys ( attributes in bold denote primary keys ) : Work

1.- Process work_filtered.gz to create the following relations, attributes and keys (attributes in
bold denote primary keys):
Work(id, title, rating, total_votes, type)
o type FK to WorkType(id)
WorkType(id, name)
Genre(id, name)
WorkGenre(wid, gid)
o wid FK to Work(id)
o gid FK to Genre(id)
BasedOn(parentwid, childwid)
o parentwid FK to Work(id)
o childwid FK to Work(id)
Quotation(parentwid, childwid)
o parentwid FK to Work(id)
o childwid FK to Work(id)
Part(parentwid, childwid, type)
o parentwid FK to Work(id)
o childwid FK to Work(id)
o type FK to PartType(id)
PartType(id, name)
Artist(id, sort_name, type, birth_year, death_year, deceased)
Writer(wid, aid)
o wid FK to Work(id)
o aid FK to Artist(id)
Arranger(wid, aid)
o wid FK to Work(id)
o aid FK to Artist(id)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!