Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We will use a GitHub project that translated the database for use in Postgres. You must import the data into your Postgres instance by creating

We will use a GitHub project that translated the database for use in Postgres. You must import the data into your Postgres instance by creating a new database and running the northwind.sql file against that database.
You may simply run the create_db.sh script on MacOS, Linux, or WSL/bash. Without a bash shell available, you must use the techniques from previous SQL assignments to manage your database. Note that for our purposes, some of the commands in the script are not completely necessary. (This isn't necessary)
Write SQL queries for the following questions, stored in a .sql file to be turned in:
1. What is the full name, full address, title, and phone number for all employees currently living in a US state that shares a border with the Pacific Ocean?
2. Give the same information for all employees not in the USA but are older than 50 years of age.
3. Which employees (last name, first name without repeats) have placed orders delivered to Norway?
4. What is the title and name of any employee that has sold at least two of either "Vegie-spread" or "Sir Rodneys Marmalade"?
5. What are the Employee IDs for all employees who have sold more than 70 products?
6. List the last name of all employees that live on the same city as their managers.
7. List the product names of all products that were bought OR sold by people who live in London (use a UNION).
8. What is the average price of products for each category? Output just the average price as "average_price" and the category ID.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Databases The Essentials

Authors: Mary E. S. Loomis

1st Edition

020156341X, 978-0201563412

More Books

Students also viewed these Databases questions

Question

=+LO 16-5 Use OB knowledge and tools to manage change and stress.

Answered: 1 week ago

Question

3. What strategies might you use?

Answered: 1 week ago

Question

3. Write a policy statement to address these issues.

Answered: 1 week ago