0
20kviews
Draw a query tree for the following Sql query
written 8.5 years ago by | modified 3.0 years ago by |
Select P.Pnumber, P.Dnum ,E.Lname,E.Address,E.Bdate
From Project as P Department as D Employee as E
Where P.Dnum=D.Dnumber
And D.Mgr_ssn=E.ssn
And P.Plocation=’chennai’
ADD COMMENT
EDIT
1 Answer