Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write SQL Statement FOR question 1 to 5. Formulate SQL queries to answer the following information requests. Use the relations Researcher, Proposal, Review, and Expert

Write SQL Statement FOR question 1 to 5.

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

Formulate SQL queries to answer the following information requests. Use the relations Researcher, Proposal, Review, and Expert provided below. These relations describe an application scenario for a university database that records researchers submit their proposals to a committee for review and assessment. An expert in the committee may review many proposals and a proposal may be reviewed by multiple experts. More details on these relations and tables with data populated are provided as below (tables are in next pages). Relations Researcher(ResearcherlD, FirstName, LastName, Expertise) Proposal(ProposalIlD, Title, RequestedFunding, ResearcherlD) Foreign key (ResearcherlD) references Researcher Review ProposallD. ExpertD, Recommendation, ReviewDate) Foreign key (ProposallD) references Proposal Foreign key (ExpertID) references Expert Expert(ExpertD, FirstName, LastName, Expertise, ExpertType)

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_2

Step: 3

blur-text-image_3

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

Bioinformatics Databases And Systems

Authors: Stanley I. Letovsky

1st Edition

1475784058, 978-1475784053

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago