Difference between revisions of "SH.DR$SUP TEXT IDX$N (table)"

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| SYS_IOT_TOP_50220
 
 
|  
 
|  
 
|-
 
|-
Line 31: Line 30:
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| SYS_IOT_TOP_50220
 +
| NLT_DOCID
 +
|}
 +
 +
=== Check Constraints ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Check Constraint
 +
| '''Expression
 +
| '''Description
 +
 +
|-
 +
| SYS_C005239
 +
| "NLT_MARK" IS NOT NULL
 
|  
 
|  
 
|}
 
|}

Revision as of 09:29, 11 February 2010

wikibot

Table SH.DR$SUP_TEXT_IDX$N


Columns

Column Data Type Nullable Default Description
NLT_DOCID NUMBER(38, 0) not null
NLT_MARK CHAR(1) not null

Primary Key

Primary Key Columns
SYS_IOT_TOP_50220 NLT_DOCID

Check Constraints

Check Constraint Expression Description
SYS_C005239 "NLT_MARK" IS NOT NULL