Question: Part C: Write queries for ZAGI DB to enable answering each of the following: Query 3: Return a result set containing vendors that contain the
Part C: Write queries for ZAGI DB to enable answering each of the following: Query 3: Return a result set containing vendors that contain the word "outdoor" in their name.
5 - - Part : Write queries for ZAGI DB to enable answering ea 7 8 Tables category customer product region salestransaction soldvia store vendor Views Stored Procedures Functions 9 10. Query 1: Return a result set containing product ids and names for all products provided by vendor HK. SELECT productid, productname FROM product WHERE Vendor = *MK 11 12 13 14 15 -- 16. Query 2: Return a result set of all product names and prio SELECT productname, productprice FROM product WHERE Productprice > "200"; 17 18 19 20 Query 3: Return a result set containing vendors that conta 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
