Editing Sales.SpecialOffer (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.SpecialOffer
 
| Sales.SpecialOffer
Line 8: Line 8:
 
| '''Description
 
| '''Description
 
| Sale discounts lookup table.
 
| Sale discounts lookup table.
 +
|-
 
|}
 
|}
 +
  
 
=== Columns ===
 
=== Columns ===
Line 18: Line 20:
 
| '''Default
 
| '''Default
 
| '''Description
 
| '''Description
 
+
 
|- valign="top"
 
|- valign="top"
 
| SpecialOfferID
 
| SpecialOfferID
Line 92: Line 94:
 
| '''Primary Key
 
| '''Primary Key
 
| '''Columns
 
| '''Columns
|- valign="top"
+
|-
 
| PK_SpecialOffer_SpecialOfferID
 
| PK_SpecialOffer_SpecialOfferID
 
| SpecialOfferID
 
| SpecialOfferID
Line 103: Line 105:
 
| '''Type
 
| '''Type
 
| '''Columns
 
| '''Columns
 
+
|- valign="top"
+
|-
 
| AK_SpecialOffer_rowguid
 
| AK_SpecialOffer_rowguid
 
| Unique
 
| Unique
Line 116: Line 118:
 
| '''Expression
 
| '''Expression
 
| '''Description
 
| '''Description
 
+
|- valign="top"
+
|-
 
| CK_SpecialOffer_DiscountPct
 
| CK_SpecialOffer_DiscountPct
 
| ([DiscountPct]>=(0.00))
 
| ([DiscountPct]>=(0.00))
 
| Check constraint [DiscountPct] >= (0.00)
 
| Check constraint [DiscountPct] >= (0.00)
|- valign="top"
+
|-
 
| CK_SpecialOffer_EndDate
 
| CK_SpecialOffer_EndDate
 
| ([EndDate]>=[StartDate])
 
| ([EndDate]>=[StartDate])
 
| Check constraint [EndDate] >= [StartDate]
 
| Check constraint [EndDate] >= [StartDate]
|- valign="top"
+
|-
 
| CK_SpecialOffer_MaxQty
 
| CK_SpecialOffer_MaxQty
 
| ([MaxQty]>=(0))
 
| ([MaxQty]>=(0))
 
| Check constraint [MaxQty] >= (0)
 
| Check constraint [MaxQty] >= (0)
|- valign="top"
+
|-
 
| CK_SpecialOffer_MinQty
 
| CK_SpecialOffer_MinQty
 
| ([MinQty]>=(0))
 
| ([MinQty]>=(0))
Line 141: Line 143:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[Sales.SpecialOfferProduct_(table)|Sales.SpecialOfferProduct]]
 
| [[Sales.SpecialOfferProduct_(table)|Sales.SpecialOfferProduct]]
 
| SpecialOfferID
 
| SpecialOfferID
Line 155: Line 157:
 
| '''Referenced Object
 
| '''Referenced Object
  
|- valign="top"
+
|-
 
| Schema
 
| Schema
 
| Schema
 
| Schema

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)