Reference no: EM133055165
Question: Create queries for the following information requests:
List all items that weigh more than 2,000 pounds and are not building materials
List all captains with the string "the" in their first name.
List the details for item numbers 2123, 3297, 4533 and 7830 using ‘OR' in your query
List the details for item numbers 2123, 3297, 4533 and 7830 using ‘IN' in your query
List all shipments with captain 001-24 originating in either Seattle or Boston
List items that weigh more than 500 pounds and less than 1,000 pounds. Order the list by Item number, description then weight. Weight should be in descending order. Create two versions of this query one using BETWEEN and the other using comparison operators
List the weight of all items both in pounds and kilograms. Note: the weight for all items in the items table is stored in pounds.