Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Discuss (0)
View Page Code
History
Production ProductListPriceHistory (table)
Print
RSS
Modified on 2011/08/27 11:18
by
wikibot
Categorized as
Uncategorized
dbo ufnGetProductDealerPrice (function)
dbo ufnGetProductListPrice (function)
Production (schema)
Production Product (table)
dbo ufnGetProductDealerPrice (function)
dbo ufnGetProductListPrice (function)
Production (schema)
Production Product (table)
»
Production ProductListPriceHistory (table)
[X]
»
Production ProductListPriceHistory (table)
wikibot
¶
Table
Production.ProductListPriceHistory
Description
Changes in the list price of a product over time.
Columns
¶
Column
Data Type
Nullable
Default
Description
ProductID
int
not null
Product identification number. Foreign key to Product.ProductID
StartDate
datetime
not null
List price start date.
EndDate
datetime
null
List price end date
ListPrice
money
not null
Product list price.
ModifiedDate
datetime
not null
(getdate())
Date and time the record was last updated.
Primary Key
¶
Primary Key
Columns
PK_ProductListPriceHistory_ProductID_StartDate
ProductID, StartDate
Check Constraints
¶
Check Constraint
Expression
Description
CK_ProductListPriceHistory_EndDate
(
EndDate
>=
StartDate
OR
EndDate
IS NULL)
Check constraint
EndDate
>=
StartDate
OR
EndDate
IS NULL
CK_ProductListPriceHistory_ListPrice
(
ListPrice
>(0.00))
Check constraint
ListPrice
> (0.00)
Foreign Keys
¶
Relation
Column
Referenced Column
Production.Product
ProductID
ProductID
References
¶
Dependency Type
Object Type
Referenced Object
Schema
Schema
Production
Dependencies
¶
Reference Type
Object Type
Referencing Object
Select
Function
dbo.ufnGetProductDealerPrice
Select
Function
dbo.ufnGetProductListPrice
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.