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 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 22.06.2019 18:40
Mariah was working on a multimedia presentation that included both video and audio files. the file was huge, and she wanted to send it to her coworker in another office. she needed to reduce the size of the file so that it could be transmitted faster. the utility she used to do this was
Answers: 2
question
Computers and Technology, 23.06.2019 06:00
How can a user delete a drawing object
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
Amitha writes up a one-page summary of a novel during her summer internship at a publishing company. when she reads over the page, she realizes she used the word “foreshadow” seven times, and she would like to reduce the repetition. which tool would best amitha solve this problem?
Answers: 3
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, 13.03.2020 03:38
question
Mathematics, 13.03.2020 03:38