Course Resources

Search

Search IconIcon to open search

Last updated Nov 17, 2024

# Querying and Analysis for HR Database Assignment Introduction

This assignment is divided into three sections, each aimed at developing a different aspect of your querying and analytical skills.

It is ESSENTIAL that you start project assignments early so you have time to get help!

# Section 1: Understand the Data Structure

In this section, you will familiarize yourself with the structure of our sample HR database. Your tasks will involve writing SQL queries to explore the contents of each tables. You will:

# Section 2: Construct Relational Queries

This section is designed to make you think about how to retrieve meaningful information from multiple tables to answer a question. You will:

# Section 3: Perform Data Analysis

This final section of this assignment moves beyond the syntax of SQL and requires you to start thinking like a data analyst. You will:

# Lessons