Skip to content

funkyguitar/Employee-SQL-Queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains SQL code designed to perform searches and analysis on simulated company data. The dataset comprises multiple CSV files, each containing information about company employees, including their names, hire dates, department assignments, and salary details.

  1. List the employee number, last name, first name, sex, and salary of each employee
1  List the employee number, last name, first name, sex, and salary of each employee
  1. List the first name, last name, and hire date for the employees who were hired in 1986
List the first name, last name, and hire date for the employees who were hired in 1986
  1. List the manager of each department along with their department number, department name, employee number, last name, and first name
List the manager of each department along with their department number, department name, employee number, last name, and first name
  1. List the department number for each employee along with that employee’s employee number, last name, first name, and department name
List the manager of each department along with their department number, department name, employee number, last name, and first name
  1. List the first name, last name, and sex of each employee whose first name is Hercules and whose last name begins with the letter B
List the first name, last name, and sex of each employee whose first name is Hercules and whose last name begins with the letter B
  1. List each employee in the Sales department, including their employee number, last name, and first name

  2. List each employee in the Sales and Development departments, including their employee number, last name, first name, and department name

  3. List the frequency counts, in descending order, of all the employee last names (how many employees share each last name)

Copyright 2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published