Question: Write a PL / SQL block to display the details of projects which have software having a price more than 100. This block should display
Write a PL / SQL block to display the details of projects which have software having a price more than 100. This block should display ProjCode, ProjTitleName, SWTitle, and SWPrice.?
Given the schema below : Developer (DevCode, DevName, DevAddr, DevEmail, DevTel) Proj (ProjCode, ProjTitlee, BeginDate, EndDate SW (SWCode, SWName, SWPrice, ProjCode) Task (DevCode, ProjCode)
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
CODE declare CURSOR softinfo IS SELECT ProjProjCode Pro... View full answer
Get step-by-step solutions from verified subject matter experts
