<?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="Select (SQL) - Page 8 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Select_(SQL)&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Select_%28SQL%29&amp;p=9">3.Next</a>
</p>
<p>subclauses to specify the rules for joining tables.<br/>
* The <code>WHERE</code> clause includes a comparison predicate, which restricts the rows returned by the query. The <code>WHERE</code> clause eliminates all rows from the result set where the comparison predicate does not evaluate to True.<br/>
* The <code>GROUP BY</code> clause projects rows having common values into a smaller set of rows. <code>GROUP BY</code> is often used in conjunction with SQL aggregation functions or to eliminate duplicate rows from a result set. The <code>WHERE</code></p><p>
<a accesskey="1" href="page.php?w=Select_(SQL)&amp;p=7">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Select_%28SQL%29&amp;p=9">3.Next</a>
</p>

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

</card>
</wml>
