Wednesday, 11 September 2013

5. Display the sales order details of the product named 'Cable Lock' for which the ProductId is 843. (Use the AdventureWorks database)

elect * from Sales.SalesOrderDetail
where ProductID=843

No comments:

Post a Comment