range of t is borrow range of s is deposit retrieve unique (s.cname) where t.bname=``SFU'' and s.bname=``SFU'' and t.cname=s.cname
range of s is deposit
retrieve unique (s.cname)
where t.bname=``SFU'' and
s.bname=``SFU'' and
t.cname=s.cname
This finds the names of all customers who have both a loan and an account at the SFU branch.