doc-exports/docs/dws/dev/dws_04_0661.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

60 lines
4.6 KiB
HTML

<a name="EN-US_TOPIC_0000001098814682"></a><a name="EN-US_TOPIC_0000001098814682"></a>
<h1 class="topictitle1">DBA_CONSTRAINTS</h1>
<div id="body1553494620278"><p id="EN-US_TOPIC_0000001098814682__p819572174514"><strong id="EN-US_TOPIC_0000001098814682__b15961355111016">DBA_CONSTRAINTS</strong> displays information about table constraints in database. It is accessible only to users with system administrator rights.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="EN-US_TOPIC_0000001098814682__table2019514234513" frame="border" border="1" rules="all"><caption><b>Table 1 </b>DBA_CONSTRAINTS columns</caption><thead align="left"><tr id="EN-US_TOPIC_0000001098814682__row519610211455"><th align="left" class="cellrowborder" valign="top" width="25.77%" id="mcps1.3.2.2.4.1.1"><p id="EN-US_TOPIC_0000001098814682__p619610274515">Name</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="19.97%" id="mcps1.3.2.2.4.1.2"><p id="EN-US_TOPIC_0000001098814682__p519620214517">Type</p>
</th>
<th align="left" class="cellrowborder" valign="top" width="54.26%" id="mcps1.3.2.2.4.1.3"><p id="EN-US_TOPIC_0000001098814682__p219611214455">Description</p>
</th>
</tr>
</thead>
<tbody><tr id="EN-US_TOPIC_0000001098814682__row1919618214458"><td class="cellrowborder" valign="top" width="25.77%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001098814682__p1719612220451">constraint_name</p>
</td>
<td class="cellrowborder" valign="top" width="19.97%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001098814682__p01968234517">vcharacter varying(64)</p>
</td>
<td class="cellrowborder" valign="top" width="54.26%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001098814682__p640312320473">Constraint name</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001098814682__row219610217451"><td class="cellrowborder" valign="top" width="25.77%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001098814682__p1528611044720">constraint_type</p>
</td>
<td class="cellrowborder" valign="top" width="19.97%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001098814682__p2019616214519">text</p>
</td>
<td class="cellrowborder" valign="top" width="54.26%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001098814682__p19641255194710">Constraint type</p>
<ul id="EN-US_TOPIC_0000001098814682__ul168201643185318"><li id="EN-US_TOPIC_0000001098814682__li13820943155315">C: Check constraint.</li><li id="EN-US_TOPIC_0000001098814682__li17821643105311">F: Foreign key constraint</li><li id="EN-US_TOPIC_0000001098814682__li4821154313534">P: Primary key constraint</li><li id="EN-US_TOPIC_0000001098814682__li482184311537">U: Unique constraint.</li></ul>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001098814682__row121965215453"><td class="cellrowborder" valign="top" width="25.77%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001098814682__p819716264514">table_name</p>
</td>
<td class="cellrowborder" valign="top" width="19.97%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001098814682__p2055164091615">character varying(64)</p>
</td>
<td class="cellrowborder" valign="top" width="54.26%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001098814682__p71972211451">Name of constraint-related table</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001098814682__row10197528456"><td class="cellrowborder" valign="top" width="25.77%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001098814682__p195782422162">index_owner</p>
</td>
<td class="cellrowborder" valign="top" width="19.97%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001098814682__p135866421168">character varying(64)</p>
</td>
<td class="cellrowborder" valign="top" width="54.26%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001098814682__p186404424817">Owner of constraint-related index (only for the unique constraint and primary key constraint)</p>
</td>
</tr>
<tr id="EN-US_TOPIC_0000001098814682__row1249124174914"><td class="cellrowborder" valign="top" width="25.77%" headers="mcps1.3.2.2.4.1.1 "><p id="EN-US_TOPIC_0000001098814682__p11249841495">index_name</p>
</td>
<td class="cellrowborder" valign="top" width="19.97%" headers="mcps1.3.2.2.4.1.2 "><p id="EN-US_TOPIC_0000001098814682__p1041814417161">character varying(64)</p>
</td>
<td class="cellrowborder" valign="top" width="54.26%" headers="mcps1.3.2.2.4.1.3 "><p id="EN-US_TOPIC_0000001098814682__p9249124144911">Name of constraint-related index (only for the unique constraint and primary key constraint)</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0639.html">System Views</a></div>
</div>
</div>