Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please Help! Exercise 1: Two operational database schemata are given: RESEARCH_DB AUTHORS (AuthCode, FirstName, LastName, Position, IdNumber) ARTICLES (ArtCode, Title, MainAuthor:AUTHORS, JournalName, JournalPublisher) NEW_RESEARCH_DB RESEARCHERS

image text in transcribed

Please Help!

Exercise 1: Two operational database schemata are given: RESEARCH_DB AUTHORS (AuthCode, FirstName, LastName, Position, IdNumber) ARTICLES (ArtCode, Title, MainAuthor:AUTHORS, JournalName, JournalPublisher) NEW_RESEARCH_DB RESEARCHERS ( IdNumber , ResearcherFirstName, ResearcherLastName, Position, Recruitment Date) JOURNALS (JournalCode, JournalName, Language, classification, PublisherCode, PublisherName, PublisherCountry) RESEARCH_PRODUCTS ( Prodcode, Title, Type, JournalCode: JOURNALS) // research products may be of type "journal paper" or "patent" AUTHOR_PRODUCT ( Prodcode: RESEARCH_PRODUCTS, IdNumber:RESEARCHERS, Ismain) The first database stores the articles written by researchers of the University of Bologna till 2000; the second database stores the articles and the patents since 2000 (a patent has one or more authors but it is not associated to any journal; the Ismain attribute is Boolean). Attributes with the same name in different schemata are assumed to have the same meaning. Inspect and normalize both databases, making reasonable assumptions on the multiplicity of relationships, then integrate them to draw a reconciled Entity-Relationship schema

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions

Question

Why is it like that?

Answered: 1 week ago

Question

List out some inventory management techniques.

Answered: 1 week ago

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago