{"id":19145325,"url":"https://github.com/vishal-verma-96/Weather_Station_Data_Management_and_Analysis_using_SQL","last_synced_at":"2025-04-19T13:32:50.305Z","repository":{"id":261563598,"uuid":"884677652","full_name":"vishal-verma-96/Weather_Station_Data_Management_and_Analysis_using_SQL","owner":"vishal-verma-96","description":"This project included SQL querying on employee salaries, names, female employees, top earner, and project specifics.","archived":false,"fork":false,"pushed_at":"2024-11-07T08:32:52.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T19:42:24.804Z","etag":null,"topics":["database","database-design","mysql","sql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vishal-verma-96.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T07:33:31.000Z","updated_at":"2025-01-13T20:26:20.000Z","dependencies_parsed_at":"2024-11-07T08:31:17.532Z","dependency_job_id":"47232eb1-5c3e-4973-804b-5e563b7b110b","html_url":"https://github.com/vishal-verma-96/Weather_Station_Data_Management_and_Analysis_using_SQL","commit_stats":null,"previous_names":["vishal-verma-96/sql_project","vishal-verma-96/sql_hackathon_project_by_skill_academy","vishal-verma-96/weather_station_data_management_and_analysis_using_sql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishal-verma-96","download_url":"https://codeload.github.com/vishal-verma-96/Weather_Station_Data_Management_and_Analysis_using_SQL/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249702879,"owners_count":21312771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","database-design","mysql","sql"],"created_at":"2024-11-09T07:39:38.393Z","updated_at":"2025-04-19T13:32:50.297Z","avatar_url":"https://github.com/vishal-verma-96.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL_Project:\n\nHere, I performed a comprehensive analysis of the employee status within an organization. This process involved the following key steps:\u003c/br\u003e\n1) \u003cb\u003e\u003ci\u003eDatabase Creation:\u003c/b\u003e\u003c/i\u003e Designed and structured a database to accurately represent the organizational hierarchy and employee details.\u003c/br\u003e\n2) \u003cb\u003e\u003ci\u003eData Entry:\u003c/b\u003e\u003c/i\u003e Entered relevant data into the respective tables, ensuring accuracy and consistency across all records.\u003c/br\u003e\n3) \u003cb\u003e\u003ci\u003eQuery Execution:\u003c/b\u003e\u003c/i\u003e Formulated and executed SQL queries to answer a series of predefined questions about the organization’s employees. These queries provided valuable insights into various aspects of the workforce, such as demographics, performance metrics, and departmental distribution.\n\n# Structure of Database:\n\nThe database are related to a E-commerce company and the Database Schemas are-\n- Employee : Stores employee details\n- Department : Stores department details of employees\n- Dept_locations : Stores department locations\n- Project : Stores details of projects employees are working on\n- Works_on : Stores working hours and other details of employees\n\n![alt text](https://github.com/vishal-verma-96/SQL_Project/blob/2c391b9221eade3f9ab66d069d997b60ef91ed61/structure.png)\n\n# The questions I wanted to answer through my SQL queries were:\n\n- \u003cb\u003eMajor Question 1\u003c/b\u003e\u003c/br\u003e\nA) List the salary of all the employees.\u003c/br\u003e\nB) Display the names of all employees with any “A” at any place of the name.\u003c/br\u003e\nC) Show all employees who were hired in the first half of the month (Before the 16th of the month).\u003c/br\u003e\nD) Display the name of all female employees.\u003c/br\u003e\nE) Display the employee who is paid most in the company.\n\n- \u003cb\u003e Major Question 2\u003c/b\u003e\u003c/br\u003e\nA) Display employee name, address, department no and department name.\u003c/br\u003e\nB) Display all the employees who are not in ACADEMIC department.\u003c/br\u003e\nC) Display SATYA’S project location.\u003c/br\u003e\nD) Find the total working hours of each female employee.\u003c/br\u003e\nE) Display the details of the people whose projects are located at SOUTH AFRICA.\n\n# Tools I Used:\n- SQL: The backbone of my analysis, allowing me to query the database and unearth critical insights.\n- MySQL: The chosen database management system, ideal for handling the job posting data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishal-verma-96%2FWeather_Station_Data_Management_and_Analysis_using_SQL/lists"}