define rewrite rule example_2 is
on retrieve to emp.manager
do instead
retrieve (e.all) from e in emp 
where e.name = dept.mgrname
and dept.dname = current.dept
\p
