Question: Consider the Oracle Virtual Private Database (VPD) feature described in Section 9.8.5 and an application based on our university schema. a. What predicate (using a
Consider the Oracle Virtual Private Database (VPD) feature described in Section 9.8.5 and an application based on our university schema.
a. What predicate (using a subquery) should be generated to allow each faculty member to see only takes tuples corresponding to course sections that they have taught?
b. Give an SQL query such that the query with the predicate added gives a result that is a subset of the original query result without the added predicate.
c. Give an SQL query such that the query with the predicate added gives a result containing a tuple that is not in the result of the original query without the added predicate.
Step by Step Solution
3.26 Rating (164 Votes )
There are 3 Steps involved in it
a The following predicate can be added to queries on takes to ensure that each faculty member only s... View full answer
Get step-by-step solutions from verified subject matter experts
