<?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 2 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Select_(SQL)&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Select_%28SQL%29&amp;p=3">3.Next</a>
</p>
<p>As SQL is a <a href="page.php?w=declarative_programming">declarative programming</a> language, <code>SELECT</code> queries specify a result set, but do not specify how to calculate it.  The database translates the query into a "<a href="page.php?w=query_plan">query plan</a>" which may vary between executions, database versions and database software.  This functionality is called the "<a href="page.php?w=query_optimizer">query optimizer</a>" as it is responsible for finding the best possible execution plan for the query, within applicable constraints.</p><p>
<a accesskey="1" href="page.php?w=Select_(SQL)&amp;p=1">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Select_%28SQL%29&amp;p=3">3.Next</a>
</p>

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

</card>
</wml>
