ch4 2
ch4 2
select branch-name
from branch
where assets > some
(select assets
from branch
where branch-city = ‘Brooklyn’)
0 0
(5< some 5 ) = true (5< some ) = false
5
6
0 (5 <> some
0
(5 = some ) = true ) = true
5 5
‘= some’ is identical to in
‘<> some’ is not the same as not in
0 6
(5< all 5 ) = false (5< all ) = true
10
6
4 4
(5 = all ) = false (5 all ) = true
5 6
drop view v
select customer-name
from all-customer
where branch-name = ‘Perryridge’