SQL database

by | Sep 10, 2021 | Assignment | 0 comments

Practice 1: Data Integration (14 points) Integrate data in SQL database (8 points) Supposed that you are the data scientist in Northwinds. Your boss asks you to provide a dataset about the details of each order, including supplier name, supplier country, category name, price, quantity, order date, customer name, customer country, shipper name, and employees’ last name and first name. You need to integrate all the tables in the Northwinds database. I provide you with a skeleton of SQL query as below. Please complete the query by filling the blanks and run it on . SELECT suppliername,suppliers.country AS suppliercountry, categoryname, productname, price, quantity, orderdate, customername, customers.country AS customercountry, shippername, lastname, firstnameFROM suppliers JOIN products ON suppliers._____=products._____ JOIN categories ON categories._____=products.______ JOIN orderdetails ON products._____=orderdetails.______ JOIN orders ON orderdetails.______=orders.______ JOIN employees ON orders.______=employees._______ JOIN customers ON orders._______=customers.______ JOIN shippers ON orders.______=shippers.______ORDER BY orderdate I am not understanding what to fill in on the blanks.

Get your custom paper done at low prices

Y

275 words/page

Y

Double spacing

Y

Free formatting (APA, MLA, Chicago, Harvard and others)

Y

12 point Arial/Times New Roman font

Y

Free title page

Y

Free bibliography & reference

TESTIMONIALS

What Students Are Saying

Outstanding, thank you very much.

Undergraduate Student

English, Literature

Awesome. Will definitely use the service again.

Master's Student

Computer Science