IT234 Unit8 Assignment-Use SQL statements to fetch data from more than one table

23 September, 2024 | 1 Min Read

Unit 8 Assignment 1

Unit 8 Assignment

Kaplan University

IT234 Database Concepts

•Use SQL statements to fetch data from more than one table.

Create a report of each product, showing productID, ProductName, and CategoryName.

•Use SQL subselect statement.

Create a report of the Last OrderID and the OrderDate for last order that was shipped to Cork.

Us

e SQL join statement.

Create a report that shows orders per customer, display OrderID, OrderDate, and

CustomerName.

Use SQL union.

Create a report that show all the CompanyNames from London, Madrid, and Lisboa in one result.

Powered by TCPDF (www.tcpdf.org)

Related posts