PRODUCT ORDER DETAILS PK ProductID char(4) PK SalesOrderDetailID char(6) PK SALES ORDERS SalesOrderNumber nvarchar(50) ProductName ProductNumber nvarchar(50) nvarchar(50) FK2 SalesOrderNum nvarchar(50) FK1 CustomerlD char(5) FK1 ProductID char(4) OrderDate datetime ProductLine ProductClass ProductStyle nvarchar(2) OrderQty smallint DueDate datetime nvarchar(2) UnitPrice money ShipDate datetime nvarchar(2) Product Color ProductStandardCost nvarchar(50) UnitPriceDiscount Line Total money decimal(28,6) SubTotal money TaxAmt money money Freight money TotalDue money ProductListPrice ProductSize ProductSize Unit MeasureCode Product Weight Product Weight UnitMeasureCode money nvarchar(50) nvarchar(3) decimal(8,2) nvarchar(3) CUSTOMER PK CustID char(5) Cust Type AddLinel nvarchar(1) nvarchar(50) AddLine2 nvarchar(50) City nvarchar(50) PostalCode nvarchar(50) Shown above are the tables in a database with all the relevant information including data type for each column. Which ONE of the following queries will correctly display only the minimum and the maximum of ProductListPrice from product table
PRODUCT ORDER DETAILS PK ProductID char(4) PK SalesOrderDetailID char(6) PK SALES ORDERS SalesOrderNumber nvarchar(50) ProductName ProductNumber nvarchar(50) nvarchar(50) FK2 SalesOrderNum nvarchar(50) FK1 CustomerlD char(5) FK1 ProductID char(4) OrderDate datetime ProductLine ProductClass ProductStyle nvarchar(2) OrderQty smallint DueDate datetime nvarchar(2) UnitPrice money ShipDate datetime nvarchar(2) Product Color ProductStandardCost nvarchar(50) UnitPriceDiscount Line Total money decimal(28,6) SubTotal money TaxAmt money money Freight money TotalDue money ProductListPrice ProductSize ProductSize Unit MeasureCode Product Weight Product Weight UnitMeasureCode money nvarchar(50) nvarchar(3) decimal(8,2) nvarchar(3) CUSTOMER PK CustID char(5) Cust Type AddLinel nvarchar(1) nvarchar(50) AddLine2 nvarchar(50) City nvarchar(50) PostalCode nvarchar(50) Shown above are the tables in a database with all the relevant information including data type for each column. Which ONE of the following queries will correctly display only the minimum and the maximum of ProductListPrice from product table
Chapter11: Product Concepts, Branding, And Packaging
Section11.1: Gaga: Not Just A Lady
Problem 1VC
Related questions
Question
AI-Generated Solution
AI-generated content may present inaccurate or offensive content that does not represent bartleby’s views.
Unlock instant AI solutions
Tap the button
to generate a solution
Recommended textbooks for you