Question

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,...

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.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1.

r_name ( r_institution="University of Tulsa​" (RESEARCHERS))

2.

r_name ( r_institution="TU" and r_spec_name​ ="MIS" (RESEARCHERS ⋈ RRS ⋈ RESEARCH_SPECIALTIES))

3.

r_name,r_address ( chief_editor_r_ssn= r_ssn(RESEARCHERS ⋈ JOURNALS))

4.

j_name( j_subject_area​="MIS"( JOURNALS))

5.

r_name,r_address (RESEARCHERS ⋈ REVIEWS) U ∏r_name,r_address (RESEARCHERS ⋈ WRITES)

U is for union

6.

art_title (art_area_topic​ = “Journal of the Association of Information Systems”​ (ARTICLES))

7.

i_num_pages (art_num​= 5471​ (ISSUES ⋈ ARTICLES))

8.

r_spec_name​ ( r_name =“John Von Neumann”​​ and r_institution​ != “Princeton University”(RESEARCH_SPECIALTIES ⋈ RRS ⋈ RESEARCHERS ))

Add a comment
Know the answer?
Add Answer to:
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,...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • We are given a relational schema. Study the schema and understand the information contained in each...

    We are given a relational schema. Study the schema and understand the information contained in each column. It is helpful to visualize sample data in each column when you do this. Now, look at each question, that represents a request for business information. Visualize what columns you want in the answer to the question. Formulate a query in relational algebra that will answer the business information request. Make sure you follow the syntax for relational algebra, as shown in class....

  • Please read the following situation and construct an E-R diagram, using the concepts we learnt in...

    Please read the following situation and construct an E-R diagram, using the concepts we learnt in class. We should use a computer graphing package, such as MS Powerpoint, to construct the E-R diagram, so it looks professional. Turn in a hard copy of the sketch at the due time. . POP organization: The POP (publish-or-perish) organization publishes several academic journals. They would like us to build them a database system, to help manage their business. As a first step, you...

  • Please prepare an introduction, summary and response from article below: 'Should All Research Papers Be Free?'...

    Please prepare an introduction, summary and response from article below: 'Should All Research Papers Be Free?' DRAWING comparisons to Edward Snowden, a graduate student from Kazakhstan named Alexandra Elbakyan is believed to be hiding out in Russia after illegally leaking millions of documents. While she didn’t reveal state secrets, she took a stand for the public’s right to know by providing free online access to just about every scientific paper ever published, on topics ranging from acoustics to zymology. Her...

  • Evaluate the arical writ the response in which you state your agreement or disagreement with writer...

    Evaluate the arical writ the response in which you state your agreement or disagreement with writer up un these questions guidelines 1) can empathy lead us astrary? how 2) our heart will always go out to the baby in the well, its a measure of our humanity. but empathy will have to yield to reason if humanity is to have a future can empathy yield to reason? how? thank you The Baby in the Well: The Case against Empathy* -Paul...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT