Description of Illustration of Adding a Query to the Query Builder Worksheet

This is a screen shot of the Query Builder Worksheet showing the query: SELECT * from emp e where e.job = :job and e.deptno = :deptno and e.mgr = NLV (:mgr, e.mgr) and e.sal = NLV(:sal, e.sal);.