filmov
tv
Learning SQL Tutorial - Part 14 -- Where Clause -- Answers to Exercises | Essential SQL

Показать описание
Discover answers to the following questions:
--Find Customers from the State of Illinois or Nevada
--Select OrderID, OrderDate, and FreightCharge for all
--Orders whose freight charges are within the $4.00 to $7.00
--range -- don't use the BETWEEN operator
--Find all OrderDetails whose TotalPrice is
--greater than 100.00 but less than 1000.00