aaaaa aa ¯select T.cname from depositor as T where unique (select R.cname from account, depositor as R where T.cname = R.cname and R.account# = account.account# and account.bname = ``SFU")
from depositor as T
where unique (select R.cname
from account, depositor as R
where T.cname = R.cname and
R.account# = account.account# and account.bname = ``SFU")