dbo."Order Details Extended"
View: 'dbo."Order Details Extended"'
Column
Type and Size
OrderID
int NOT NULL
ProductID
int NOT NULL
ProductName
nvarchar(40) NOT NULL
UnitPrice
money(19.4) NOT NULL
Quantity
smallint NOT NULL
Discount
real NOT NULL
ExtendedPrice
money(19.4) NULL