Editing Sales.SalesReason (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
 
| Sales.SalesReason
 
| Sales.SalesReason
|- valign="top"
+
|-
| '''Description
 
| Lookup table of customer purchase reasons.
 
 
|}
 
|}
  
=== 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"
+
 +
|-
 
| SalesReasonID
 
| SalesReasonID
 
| int
 
| int
 
| not null
 
| not null
 
|  
 
|  
| Primary key for SalesReason records.
+
| PK_SalesReason_SalesReasonID
|- valign="top"
+
|
 +
|-
 
| Name
 
| Name
 
| dbo.Name
 
| dbo.Name
 
| not null
 
| not null
 
|  
 
|  
| Sales reason description.
+
|  
|- valign="top"
+
|
 +
|-
 
| ReasonType
 
| ReasonType
 
| dbo.Name
 
| dbo.Name
 
| not null
 
| not null
 
|  
 
|  
| Category the sales reason belongs to.
+
|  
|- valign="top"
+
|
 +
|-
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
| Date and time the record was last updated.
+
|  
 +
|
 
|}
 
|}
  
=== Primary Key ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Primary Key
 
| '''Columns
 
|- valign="top"
 
| PK_SalesReason_SalesReasonID
 
| SalesReasonID
 
|}
 
  
=== 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 61: Line 55:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[Sales.SalesOrderHeaderSalesReason_(table)|Sales.SalesOrderHeaderSalesReason]]
 
| [[Sales.SalesOrderHeaderSalesReason_(table)|Sales.SalesOrderHeaderSalesReason]]
 
| SalesReasonID
 
| SalesReasonID
 
| SalesReasonID
 
| SalesReasonID
 
|}
 
|}
 
=== References ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Dependency Type
 
| '''Object Type
 
| '''Referenced Object
 
 
|- valign="top"
 
| Data Type
 
| Type
 
| [[dbo.Name_(type)|dbo.Name]]
 
 
|- valign="top"
 
| Schema
 
| Schema
 
| [[Sales_(schema)|Sales]]
 
 
|}
 
 
 
 
== wikivalues ==
 
== wikivalues ==
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|- valign="top"
+
|-
 
| '''Table Values
 
| '''Table Values
 
| Sales.SalesReason
 
| Sales.SalesReason
 +
|-
 
|}
 
|}
  
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
  
 +
{| border="1" cellpadding="5" cellspacing="0"  style="border-collapse:collapse"
 +
|- style="background:silver"
 
| '''SalesReasonID
 
| '''SalesReasonID
 
| '''Name
 
| '''Name
 
| '''ReasonType
 
| '''ReasonType
|- valign="top"
+
|-  
 
+
| 1
| 1
+
| Price
| Price
+
| Other
| Other
+
|-  
|- valign="top"
+
| 2
 
+
| On Promotion
| 2
+
| Promotion
| On Promotion
+
|-  
| Promotion
+
| 3
|- valign="top"
+
| Magazine Advertisement
 
+
| Marketing
| 3
+
|-  
| Magazine Advertisement
+
| 4
| Marketing
+
| Television  Advertisement
|- valign="top"
+
| Marketing
 
+
|-  
| 4
+
| 5
| Television  Advertisement
+
| Manufacturer
| Marketing
+
| Other
|- valign="top"
+
|-  
 
+
| 6
| 5
+
| Review
| Manufacturer
+
| Other
| Other
+
|-  
|- valign="top"
+
| 7
 
+
| Demo Event
| 6
+
| Marketing
| Review
+
|-  
| Other
+
| 8
|- valign="top"
+
| Sponsorship
 
+
| Marketing
| 7
+
|-  
| Demo Event
+
| 9
| Marketing
+
| Quality
|- valign="top"
+
| Other
 
+
|-  
| 8
+
| 10
| Sponsorship
+
| Other
| Marketing
+
| Other
|- valign="top"
 
 
 
| 9
 
| Quality
 
| Other
 
|- valign="top"
 
 
 
| 10
 
| Other
 
| Other
 
 
|}
 
|}
 
 
== automatically generated ==
 
== automatically generated ==
  
Line 160: Line 123:
 
| '''Table
 
| '''Table
 
| Sales.SalesReason
 
| Sales.SalesReason
|- valign="top"
+
|-
 +
 
 
| '''Description
 
| '''Description
 
| Lookup table of customer purchase reasons.
 
| Lookup table of customer purchase reasons.
 
|-
 
|-
 +
 
|}
 
|}
  
Line 218: Line 183:
 
{| 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"
 +
| '''Referenced Object
 +
| '''Object Type
 
| '''Dependency Type
 
| '''Dependency Type
| '''Object Type
+
| '''Referenced Object
 
 
 
 
|-
 
|-
 +
| [[dbo.Name_(type)|dbo.Name]]
 +
| Type
 
| Data Type
 
| Data Type
| Type
 
| [[dbo.Name_(type)|dbo.Name]]
 
 
|-
 
| Schema
 
| Schema
 
| [[Sales_(schema)|Sales]]
 
 
 
|}
 
|}

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)