Generated using SQL Data Dictionary demo version.


Scalar Function dbo.ufnGetProductStandardCost


Scalar function returning the standard cost for a given product on a particular order date.


Parameter Data Type Default
@ProductID int
Input parameter for the scalar function ufnGetProductStandardCost. Enter a valid ProductID from the Production.Product table.
@OrderDate datetime
Input parameter for the scalar function ufnGetProductStandardCost. Enter a valid order date.

Result:


Data Type Nullable
money X

Uses: