Coder Social home page Coder Social logo

dsc-enterprise-hsbc-join-statments-lab's Introduction

Join Statements - Lab

Introduction

In this lab, you'll practice your knowledge of join statements, using various types of joins and various methods for specifying the links between them.

Objectives

You will be able to:

  • Write queries that make use of various types of Joins
  • Join tables using foreign keys

CRM Schema

In almost all cases, rather then just working with a single table you will typically need data from multiple tables. Doing this requires the use of **joins ** using shared columns from the two tables.

In this lab, you'll use the same Customer Relationship Management (CRM) database that you saw from the previous lesson.

Connecting to the Database

Import the necessary packages and connect to the database data.sqlite.

#Your code here

Display the names of all the employees in Boston.

Hint: join the employees and offices tables.

#Your code here

Do any offices have no employees?

Hint: Combine the employees and offices tables and use a group by.

#Your code here

Write 3 Questions of your own and answer them

# Answers will vary
# Your code here
# Your code here
# Your code here

Level Up: Display the names of each product each employee has sold

# Your code here

Level Up: Display the Number of Products each employee has sold

# Your code here

Summary

Congrats! You now know how to use join statements, along with leveraging your foreign keys knowledge!

dsc-enterprise-hsbc-join-statments-lab's People

Contributors

fpolchow avatar loredirick avatar mathymitchell avatar

Watchers

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

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.