Editing OE.PRODUCT INFORMATION (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
 
| OE.PRODUCT_INFORMATION
 
| OE.PRODUCT_INFORMATION
|- valign="top"
+
|-
| '''Description
 
| Non-industry-specific data in various categories.
 
 
|}
 
|}
  
=== 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"
+
 +
|-
 
| PRODUCT_ID
 
| PRODUCT_ID
| NUMBER(6, 0)
+
| NUMBER
 
| not null
 
| not null
 
|  
 
|  
| Primary key column.
+
| PRODUCT_INFORMATION_PK
|- valign="top"
+
|
 +
|-
 
| PRODUCT_NAME
 
| PRODUCT_NAME
| VARCHAR2(50)
+
| VARCHAR2
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| PRODUCT_DESCRIPTION
 
| PRODUCT_DESCRIPTION
| VARCHAR2(2000)
+
| VARCHAR2
 
| null
 
| null
 
|  
 
|  
| Primary language description corresponding to translated_description in
+
|  
oe.product_descriptions, added to provide non-NLS text columns for OC views
+
|
to accss.
+
|-
|- valign="top"
 
 
| CATEGORY_ID
 
| CATEGORY_ID
| NUMBER(2, 0)
+
| NUMBER
 
| null
 
| null
 
|  
 
|  
| Low cardinality column, can be used for bitmap index.
+
|  
Schema SH uses it as foreign key
+
|
|- valign="top"
+
|-
 
| WEIGHT_CLASS
 
| WEIGHT_CLASS
| NUMBER(1, 0)
+
| NUMBER
 
| null
 
| null
 
|  
 
|  
| Low cardinality column, can be used for bitmap index.
+
|  
|- valign="top"
+
|
 +
|-
 
| WARRANTY_PERIOD
 
| WARRANTY_PERIOD
 
| INTERVAL YEAR(2) TO MONTH
 
| INTERVAL YEAR(2) TO MONTH
 
| null
 
| null
 
|  
 
|  
| INTERVAL YEAER TO MONTH column, low cardinality, can be used for bitmap
+
|  
index.
+
|
|- valign="top"
+
|-
 
| SUPPLIER_ID
 
| SUPPLIER_ID
| NUMBER(6, 0)
+
| NUMBER
 
| null
 
| null
 
|  
 
|  
| Offers possibility of extensions outside Common Schema.
+
|  
|- valign="top"
+
| PROD_SUPPLIER_IX
 +
|-
 
| PRODUCT_STATUS
 
| PRODUCT_STATUS
| VARCHAR2(20)
+
| VARCHAR2
 
| null
 
| null
 
|  
 
|  
| Check constraint. Appropriate for complex rules, such as "All products in
+
|  
status PRODUCTION must have at least one inventory entry." Also appropriate
+
|
for a trigger auditing status change.
+
|-
|- valign="top"
 
 
| LIST_PRICE
 
| LIST_PRICE
| NUMBER(8, 2)
+
| NUMBER
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| MIN_PRICE
 
| MIN_PRICE
| NUMBER(8, 2)
+
| NUMBER
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| CATALOG_URL
 
| CATALOG_URL
| VARCHAR2(50)
+
| VARCHAR2
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|}
 
 
=== Primary Key ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Primary Key
 
| '''Columns
 
|- valign="top"
 
| PRODUCT_INFORMATION_PK
 
| PRODUCT_ID
 
|}
 
 
=== Indexes ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Index
 
| '''Type
 
| '''Columns
 
 
|- valign="top"
 
| PROD_SUPPLIER_IX
 
 
|  
 
|  
| SUPPLIER_ID
 
 
|}
 
|}
  
=== Check Constraints ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Check Constraint
 
| '''Expression
 
| '''Description
 
  
|- valign="top"
 
| PRODUCT_STATUS_LOV
 
| product_status in ('orderable'
 
                                                  ,'planned'
 
                                                  ,'under development'
 
                                                  ,'obsolete')
 
                             
 
|
 
|}
 
  
=== 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 139: Line 104:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[OE.INVENTORIES_(table)|OE.INVENTORIES]]
 
| [[OE.INVENTORIES_(table)|OE.INVENTORIES]]
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
|- valign="top"
+
|-
 
| [[PM.ONLINE_MEDIA_(table)|PM.ONLINE_MEDIA]]
 
| [[PM.ONLINE_MEDIA_(table)|PM.ONLINE_MEDIA]]
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
|- valign="top"
+
|-
 
| [[OE.ORDER_ITEMS_(table)|OE.ORDER_ITEMS]]
 
| [[OE.ORDER_ITEMS_(table)|OE.ORDER_ITEMS]]
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
|- valign="top"
+
|-
 
| [[OE.PRODUCT_DESCRIPTIONS_(table)|OE.PRODUCT_DESCRIPTIONS]]
 
| [[OE.PRODUCT_DESCRIPTIONS_(table)|OE.PRODUCT_DESCRIPTIONS]]
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
|- valign="top"
+
|-
 
| [[PM.PRINT_MEDIA_(table)|PM.PRINT_MEDIA]]
 
| [[PM.PRINT_MEDIA_(table)|PM.PRINT_MEDIA]]
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_ID
 
| PRODUCT_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)