subject
Computers and Technology, 11.03.2020 02:23 Shathep

Your assignment is to write and execute the SQL queries that will produce the data (record sets) requested below using the small ZAGI database in Microsoft Access. After you are able to run your SQL statement and get the desired result, copy yourSQL statement, and (2) the output (recordset) from each SQL statementand include both below each question in this same Word document. You can use the "Snipping Tool" to copy the recordset. Submit your Word document through BBLearn. Retrieve all fields from the product table. Retrieve the productname, productprice, and vendorid from the product table for those products sold by vendor MK. Retrieve the productname, productprice, and categoryID from the product table for those products which cost more than $100.Retrieve the productname, productprice, and categoryID from the product table for those products which cost more than $100 AND have a categoryid CP. Use the structure below in your SQL statement:SELECT fieldsFROM tableWHERE criteriaAND criteriaRetrieve the productname, productprice, and categoryID from the product table for those products which cost more than $100 OR have the categoryid FW. SELECT fieldsFROM tableWHERE field criteriaOR field criteriaList the storeid and storezip for all stores in the ‘C’ region. List the productid, tid, and noofitems for all transactions where the noofitems is greater than 2. Hint: find the table that includes these three fields.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
For all machines-not just hammers- the user applies force force to the machine to the machine over a certain distance. a. input b. output c. duo d. none of the above
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_balance should be removed since header files should not contain constants.c)the definition of cashregister should be removed since header files should not contain class definitions.d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
What statement best describes operating systems? it’s possible for modern computers to function without operating systems. most operating systems are free or very inexpensive. operating systems are managed by the computer’s microprocessor (cpu). operating systems manage the computer’s random access memory (ram).
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
So im doing this school challenge and the teachers said whats the average text a student gets a day so i need to get about 20 in a day but dont know how can you guys 2163371293
Answers: 2
You know the right answer?
Your assignment is to write and execute the SQL queries that will produce the data (record sets) req...
Questions
question
Mathematics, 21.01.2020 06:31
question
Mathematics, 21.01.2020 06:31
question
Biology, 21.01.2020 06:31
question
Mathematics, 21.01.2020 06:31
Questions on the website: 13722367