Salary Insights: "Exploring Employee Compensation Trends" - the project aims to delve into the intricate relationship between employee data and their corresponding salaries through comprehensive data analysis using SQL.
- DB Browser (SQLite)
- Python
- "test_data.db" is the name of database created in DB Browser (SQLite).
- "EmployeeData.xlsx" file contains data of all the 50 employees.
- "SalaryData2.xlsx" file contains salary data for all the 50 employees for a period of 2 years.
- "dataInsert.py" file is used to create connection with database to load the employee and salary table in "test_data.db" database.
- "test_db.sqbpro" is the project created in DB browser for SQLite to do the analysis and contains all the sql queries.
- "OutputData.xlsx" file contains result from SQL queries for each question.
- Create database "test_data.db" in DB Browser (SQLite).
- Run the "dataInsert.py" file to create connection with the database and to load the tables in "test_data.db" database.
- Open database, check if the tables are imported correctly and execute sql queries to do the analysis (refer "test_db.sqbpro" project for the sql queries).