Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Here is a schema for POP: JOURNALS(j_num, j_name, j_subject_area, chief_editor_r_ssn[1]) chief_editor_rssn FK REF Researchers ISSUES(j_num, i_num, i_date, i_num_pages) j_num FK REF journals RESEARCHERS(r_ssn, r_name, r_address,

Here is a schema for POP:

JOURNALS(j_num, j_name, j_subject_area, chief_editor_r_ssn[1])

chief_editor_rssn FK REF Researchers

ISSUES(j_num, i_num, i_date, i_num_pages)

j_num FK REF journals

RESEARCHERS(r_ssn, r_name, r_address, r_phone, r_institution)

ARTICLES(art_num, art_title, art_area_topic, art_abstract, A_submittedJ_j_num, A_publishedI_ j_num, ApublishedI_i_num)

A_submittedJ_j_num FK REF journals

(A_publishedI_ j_num, ApublishedI_i_num) FK REF issues

AREA_EDITS(j_num, r_ssn)

j_num FK REF journals

r_ssn FK REF researchers

WRITES(r_ssn, art_num)

r_ssn FK REF researchers

art_num FK REF articles

REVIEWS(r_ssn, art_num)

r_ssn FK REF researchers

art_num FK REF articles

RESEARCH_SPECIALTIES(r_spec_name)

RRS(r_ssn, r_spec_name)

r_ssn FK REF researchers

spec_name FK REF research_specialties

Please formulate the following queries using relational algebra:

1. The names of all researchers from University of Tulsa.

2. The names of all researchers from TU with an MIS specialty.

3. The names and addresses of all researchers who are chief editors.

4. The names of all journals with subject area = MIS.

5. The names and addresses of all researchers who have written or reviewed an article.

6. The titles of all articles published in Journal of the Association of Information Systems.

7. The number of pages of the issue that contains article number 5471.

8. The specialties of all researchers named John Von Neumann who are NOT at research institution Princeton University.

[1] The chief_editor_r_ssn is the r_ssn of the researcher who is chief editor for the journal.

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

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago