Skip to content

EmirSzl/employee-sql-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Login & Device Analysis (SQL Project)

This project simulates a real-world IT security scenario where employee login activities and device usage are analyzed.

Objectives

  • Detect failed login attempts after working hours
  • Analyze login behavior by user
  • Identify employees based on department and office location
  • Understand system usage across operating systems

Tables

  • employees
  • machines
  • log_in_attempts

Key Insights

  • Detected failed login attempts after 18:00
  • Identified users with repeated failed login activity
  • Analyzed operating system distribution across employee devices
  • Calculated login failure rate

SQL Concepts Used

  • WHERE
  • AND
  • OR
  • NOT
  • LIKE
  • BETWEEN
  • IN
  • JOIN
  • GROUP BY
  • COUNT
  • CASE WHEN

My Approach

In this project, I practiced SQL queries step by step using a simulated dataset and analyzed login behaviors.

Notes

This project was built for learning and practice purposes.

Sample Results

Screenshots of query outputs are available in the /results folder.

Tech Stack

  • MariaDB / MySQL

Author

Emir Sözal

About

SQL project analyzing employee login activity and system usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors