Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Subject: Distributed Databasebe Please solve all parts as this is single qs and both parts are related. Solve it when you are sure about both.

Subject: Distributed Databasebe

Please solve all parts as this is single qs and both parts are related. Solve it when you are sure about both.

Q.No.3. (Marks 10)

A.

Draw query graph and join graph for the given query

SELECT ENAME, RESP

FROM EMP, ASG, PROJ

WHERE EMP.ENO = ASG.ENO

AND ASG.PNO = PROJ.PNO

AND PNAME = "CAD/CAM"

AND DUR 36

AND TITLE = "Programmer"

B.

Simplify the given query

SELECT TITLE

FROM EMP

WHERE EMP.ENAME = "J. Doe"

OR (NOT (EMP.TITLE = "Programmer")

AND (EMP.TITLE = "Programmer"

OR EMP.TITLE = "Elect. Eng.")

AND NOT (EMP.TITLE = "Elect. Eng."))

C.

Make query tree for the given query and also identify project, select and join

SELECT ENAME

FROM EMP, ASG, PROJ

WHERE EMP.ENO = ASG.ENO

AND ASG.PNO = PROJ.PNO

AND ENAME "J. Doe"

AND PNAME = "CAD/CAM"

AND (DUR = 12 OR DUR = 24)

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

DB2 9 For Linux UNIX And Windows Advanced Database Administration Certification Certification Study Guide

Authors: Roger E. Sanders, Dwaine R Snow

1st Edition

1583470808, 978-1583470800

More Books

Students also viewed these Databases questions

Question

Discuss how information can be measured as bits.

Answered: 1 week ago

Question

Potential buyers within a segment should be

Answered: 1 week ago

Question

Exposure to SQL desirable but not required

Answered: 1 week ago

Question

Strong analytical, communication, and problem-solving skills

Answered: 1 week ago