Problem

Exercise 3.20 Consider the following schema:Suppliers(sid: integer, sname: string, address...

Exercise 3.20 Consider the following schema:

Suppliers(sid: integer, sname: string, address: string)Parts(pid: integer, pname: string, color: string)Catalog(sid: integer, pid: integer, cost: real)

The Catalog relation lists the prices charged for parts by Suppliers. Answer the following questions:

  • Give an example of an updatable view involving one relation.
  • Give an example of an updatable view involving two relations.
  • Give an example of an insertable-into view that is updatable.
  • Give an example of an insertable-into view that is not updatable.

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 3