<?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="Unique key - Page 12 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Unique_key&amp;p=11">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Unique_key&amp;p=13">3.Next</a>
</p>
<p><b>Primary key constraint</b><br/>
# A primary key cannot allow null (a primary key cannot be defined on columns that allow nulls).<br/>
# Each table cannot have more than one primary key.<br/>
# On some <a href="page.php?w=RDBMS">RDBMS</a> a primary key generates a <a href="page.php?w=clustered_index">clustered index</a> by default.</p>

<p><b>Unique constraint</b><br/>
# A unique constraint can be defined on columns that allow nulls, in which case rows that include nulls may not actually be unique across the set of columns defined by the constraint.<br/></p><p>
<a accesskey="1" href="page.php?w=Unique_key&amp;p=11">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Unique_key&amp;p=13">3.Next</a>
</p>

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

</card>
</wml>
