VadlamudiNaveen / studentReportGeneration

The following project is my first Internship Experience in my undergrad where i have implemented mySQL procedures inorder to AGGREGATE, CLEANSE and generate grade reports of students.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Report Generation 📊

Input/Output ⬇️

  • Data Input -> Raw Excel Sheet

  • Data Ouput -> Aggregated Report of Students Table With their Grade

Steps Followed 🚀

  • Input data: In this project we have raw data that is in the form of excel.

  • Ingestion: We convert the data into SQL format using Excel to SQL tool that is provided in mysql.

  • Transformation/Cleansing/filtering: This process is done my the above PLSQL Procedure.

  • Report: Finally once entire data is cleaned and ran for multiple times, we are performing table joins to generate a report.

About

The following project is my first Internship Experience in my undergrad where i have implemented mySQL procedures inorder to AGGREGATE, CLEANSE and generate grade reports of students.