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

From dbscript Online Help
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| SH.DR$SUP_TEXT_IDX$N
 
| SH.DR$SUP_TEXT_IDX$N
|-
 
 
|}
 
|}
  
 
+
=== 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 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| NLT_DOCID
 
| NLT_DOCID
 
| NUMBER(38, 0)
 
| NUMBER(38, 0)
 
| not null
 
| not null
 
|  
 
|  
| SYS_IOT_TOP_50220
 
 
|  
 
|  
|-
+
|- valign="top"
 
| NLT_MARK
 
| NLT_MARK
 
| CHAR(1)
 
| CHAR(1)
Line 31: Line 28:
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| 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
 +
 +
|- valign="top"
 +
| SYS_C005239
 +
| "NLT_MARK" IS NOT NULL
 
|  
 
|  
 
|}
 
|}

Latest revision as of 07:16, 24 June 2010

wikibot[edit]

Table SH.DR$SUP_TEXT_IDX$N

Columns[edit]

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

Primary Key[edit]

Primary Key Columns
SYS_IOT_TOP_50220 NLT_DOCID

Check Constraints[edit]

Check Constraint Expression Description
SYS_C005239 "NLT_MARK" IS NOT NULL