Git Product home page Git Product logo

dsc-1-05-13-one-to-many-and-many-to-many-joins-lab's Introduction

One-to-Many and Many-to-Many Joins - Lab

Introduction

In this lab, you'll practice your knowledge on One-to-Many and Many-to-many relationships!

Objectives

You will be able to:

  • Query data including Many-to-Many relationships
  • Write queries that make use of Join Tables

One-to-Many and Many-to-Many Joins

Employees and their Office (a One-to-One join)

Return a list of all of the employees with their first name, last name and the city and state of the office that they work out of (if they have one). Include all employees and order them by their first name, then their last name.

#Your code here

Customers and their Orders (a One-to-Many join)

Return a list of all of the customers. For each customer return a record for each of their order numbers, order dates and statuses.

# Your code here

Orders and their Order Details (another One-to-Many join)

Return a list of orders. For each order return a record for each order detail within the order.

# Your code here

Orders, Order details and Product Details (a Many-to-Many Join)

Return a list of the orders with the the order information, and all the product information for each product in the order.

# Your code here

Summary

In this lab, you practiced your knowledge on One-to-Many and Many-to-many relationships!

dsc-1-05-13-one-to-many-and-many-to-many-joins-lab's People

Contributors

loredirick avatar mathymitchell avatar peterbell avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dsc-1-05-13-one-to-many-and-many-to-many-joins-lab's Issues

Solution Branch Answers Need Review

The solution branch does not match the current questions showing up in learn ... needs revision, answers provided not reflect the solution in SP/PT.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.