| Exercise 12: Selection Size EstimationAssuming that
Give formulae for the number of expected results for all attributes have uniform distribution of data values
 attributes are independent of each other
 
 select * from R where not A=k select * from R where A=k and B=j select * from R where A in (k,l,m,n) 
where j, k, l, m, n are constants.
 
Assume: V(A,R) = 10  and V(B,R)=100  and r=1000
 |