Editing SH.CHANNELS (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
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.CHANNELS
 
| SH.CHANNELS
|- valign="top"
+
|-
| '''Description
 
| small dimension table
 
 
|}
 
|}
  
=== 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 17: Line 15:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description
+
| '''PK
 
+
| '''Index
|- valign="top"
+
 +
|-
 
| CHANNEL_ID
 
| CHANNEL_ID
 
| NUMBER
 
| NUMBER
 
| not null
 
| not null
 
|  
 
|  
| primary key column
+
| CHANNELS_PK
|- valign="top"
+
|
 +
|-
 
| CHANNEL_DESC
 
| CHANNEL_DESC
 
| VARCHAR2(20)
 
| VARCHAR2(20)
 
| not null
 
| not null
 
|  
 
|  
| e.g. telesales, internet, catalog
+
|  
|- valign="top"
+
|
 +
|-
 
| CHANNEL_CLASS
 
| CHANNEL_CLASS
 
| VARCHAR2(20)
 
| VARCHAR2(20)
 
| not null
 
| not null
 
|  
 
|  
| e.g. direct, indirect
+
|  
|- valign="top"
+
|
 +
|-
 
| CHANNEL_CLASS_ID
 
| CHANNEL_CLASS_ID
 
| NUMBER
 
| NUMBER
Line 43: Line 45:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| CHANNEL_TOTAL
 
| CHANNEL_TOTAL
 
| VARCHAR2(13)
 
| VARCHAR2(13)
Line 49: Line 52:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| CHANNEL_TOTAL_ID
 
| CHANNEL_TOTAL_ID
 
| NUMBER
 
| NUMBER
 
| not null
 
| not null
 +
|
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
=== Primary Key ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Primary Key
 
| '''Columns
 
|- valign="top"
 
| CHANNELS_PK
 
| CHANNEL_ID
 
|}
 
  
=== Check Constraints ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Check Constraint
 
| '''Expression
 
| '''Description
 
  
|- valign="top"
 
| SYS_C005145
 
| "CHANNEL_ID" IS NOT NULL
 
|
 
|- valign="top"
 
| SYS_C005146
 
| "CHANNEL_DESC" IS NOT NULL
 
|
 
|- valign="top"
 
| SYS_C005147
 
| "CHANNEL_CLASS" IS NOT NULL
 
|
 
|- valign="top"
 
| SYS_C005148
 
| "CHANNEL_CLASS_ID" IS NOT NULL
 
|
 
|- valign="top"
 
| SYS_C005149
 
| "CHANNEL_TOTAL" IS NOT NULL
 
|
 
|- valign="top"
 
| SYS_C005150
 
| "CHANNEL_TOTAL_ID" IS NOT NULL
 
|
 
|}
 
 
=== Detail Tables ===
 
 
{| 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 106: Line 69:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[SH.COSTS_(table)|SH.COSTS]]
 
| [[SH.COSTS_(table)|SH.COSTS]]
 
| CHANNEL_ID
 
| CHANNEL_ID
 
| CHANNEL_ID
 
| CHANNEL_ID
|- valign="top"
+
|-
 
| [[SH.SALES_(table)|SH.SALES]]
 
| [[SH.SALES_(table)|SH.SALES]]
 
| CHANNEL_ID
 
| CHANNEL_ID
 
| CHANNEL_ID
 
| CHANNEL_ID
 
|}
 
|}

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)