Search Engine
Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.
This search, performed through 2.14 MB (338 documents, 3448 words), completed in 0.0 seconds and yielded 4 results.
[...] ordered. ProductID int not null Product identification number. Foreign key to Product.ProductID. UnitPrice money not null Vendor's selling price of a single product. LineTotal Per product subtotal. Computed as OrderQty * UnitPrice. ReceivedQty decimal(8, 2) not null Quantity actually received from the vendor. RejectedQty decimal(8, 2) not null Quantity rejected during inspection. StockedQty Quantity accepted into inventory. Computed as ReceivedQty - RejectedQty. ModifiedDate datetime not null (getdate()) Date and [...]
[...] Product.ProductID. SpecialOfferID int not null Promotional code. Foreign key to SpecialOffer.SpecialOfferID. UnitPrice money not null Selling price of a single product. UnitPriceDiscount money not null ((0.0)) Discount amount. LineTotal Per product subtotal. Computed as UnitPrice * (1 - UnitPriceDiscount) * OrderQty. rowguid uniqueidentifier not null (newid()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. ModifiedDate datetime not null (getdate()) Date and time the record was last updated. [...]
[...] AverageLeadTime LastReceiptCost MaxOrderQty MinOrderQty OnOrderQty StandardPrice ReceivedQty RejectedQty UnitPrice Freight OrderDate ShipDate SubTotal [...]
[...] AS OBJECT ("SYS_XDBPD$" "XDB"."XDB$RAW_LIST_T","PARTNO" VARCHAR2(14 CHAR),"Quantity" NUMBER(12,2),"UNITPRICE" NUMBER(8,4))FINAL INSTANTIABLE