4.13

Consider a view v whose definition references only relation r. * If a user is granted select authorization on v, does that user need to have select authorization on r as well? Why or why not?
* If a user is granted update authorization on v, does that user need to have update authorization on r as well? Why or why not?
* Give an example of an insert operation on a view v to add a tuple t that is not visible in the result of select * from v. Explain your answer.