hana-cli
Version:
HANA Developer Command Line Interface
18 lines (17 loc) • 901 B
HTML
<body>
<div class="body conbody">
<p class="shortdesc">Primary Key Indicator</p>
<p class="p">
This field indicates whether the table has a primary key defined. The value will be <span class="ph uicontrol">TRUE</span>
if a primary key exists, or <span class="ph uicontrol">FALSE</span> if no primary key is defined.
</p>
<p class="p">
A primary key is a column or combination of columns that uniquely identifies each row in the table. Primary keys
are essential for ensuring data integrity and establishing relationships between tables. They also improve
query performance by creating indexes automatically.
</p>
<p class="p">
If the table has a primary key, you can view its details in the <span class="ph uicontrol">Constraints</span> tab.
</p>
</div>
</body>