Given the schema below: Developer(DevCode, DevName, DevAddr, DevEmail, DevTel) Proj(ProjCode, ProjTitlee, BeginDate, EndDate) SW(SWCode, SWName, SWPrice, ProjCode) Task(DevCode, ProjCode)   Create a view that contains all projects and the SW developped within the project grouped by project. 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.

Database Systems: Design, Implementation, & Management
11th Edition
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Chapter7: Introduction To Structured Query Language (sql)
Section: Chapter Questions
Problem 65C: Write the SQL code to create the table structures for the entities shown in Figure P7.65. The...
icon
Related questions
Question

Given the schema below:

Developer(DevCode, DevName, DevAddr, DevEmail, DevTel)

Proj(ProjCode, ProjTitlee, BeginDate, EndDate)

SW(SWCode, SWName, SWPrice, ProjCode)

Task(DevCode, ProjCode)

 

  1. Create a view that contains all projects and the SW developped within the project grouped by project.
  2. 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.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
SQL Query
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr