<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Online analytical processing - Page 16 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Online_analytical_processing&amp;p=15">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Online_analytical_processing&amp;p=17">3.Next</a>
</p>
<p>and include <code>COUNT</code>, <code>MAX</code>, <code>MIN</code>, and <code>SUM</code>, which can be computed for each cell and then directly aggregated; these are known as self-decomposable aggregation functions.</p>

<p>In other cases, the aggregate function can be computed by computing auxiliary numbers for cells, aggregating these auxiliary numbers, and finally computing the overall number at the end; examples include <code>AVERAGE</code> (tracking sum and count, dividing at the end) and <code>RANGE</code> (tracking max and min, subtracting</p><p>
<a accesskey="1" href="page.php?w=Online_analytical_processing&amp;p=15">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Online_analytical_processing&amp;p=17">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
