is it possible to grant select to views and functions without the need to also grant the user the SELECT privileges to the Tables used in the views or functions?
That way I could create read only users on a website and limit their access to the bare minimum.