Difference between revisions of "SH.CAL MONTH SALES MV (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | SH.CAL_MONTH_SALES_MV |- |} {| border="1" cellpadding="5" cellspacing="0" st...)
 
 
(2 intermediate revisions 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.CAL_MONTH_SALES_MV
 
| SH.CAL_MONTH_SALES_MV
|-
 
 
|}
 
|}
  
 
+
=== 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"
|-
 
 
| CALENDAR_MONTH_DESC
 
| CALENDAR_MONTH_DESC
| VARCHAR2
+
| VARCHAR2(8)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| DOLLARS
 
| DOLLARS
 
| NUMBER
 
| NUMBER
Line 31: Line 28:
 
|  
 
|  
 
|  
 
|  
 +
|}
 +
 +
=== Check Constraints ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Check Constraint
 +
| '''Expression
 +
| '''Description
 +
 +
|- valign="top"
 +
| SYS_C005197
 +
| "CALENDAR_MONTH_DESC" IS NOT NULL
 
|  
 
|  
 
|}
 
|}

Latest revision as of 07:16, 24 June 2010

wikibot[edit]

Table SH.CAL_MONTH_SALES_MV

Columns[edit]

Column Data Type Nullable Default Description
CALENDAR_MONTH_DESC VARCHAR2(8) not null
DOLLARS NUMBER null

Check Constraints[edit]

Check Constraint Expression Description
SYS_C005197 "CALENDAR_MONTH_DESC" IS NOT NULL