Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Performance Analysis Project

Overview

This project aims to analyze student performance across various subjects and classes. It involves creating a database schema, manipulating data, calculating averages, and generating reports for individual students based on their registration numbers.

Repository Structure The repository contains the following files and directories:

data/: This directory contains the CSV files used for the project.

entity_relationship.PNG: An image illustrating the relationships between the tables created in the database schema.

project2.sql: An SQL file used to define schemas, manipulate data (such as creating class averages), and execute the final queries.

students_report.xlsx: An Excel file where the data is loaded, and the report is created.

Excel File Features

  • The Excel file includes a slicer for selecting the classID and studentID of the students for whom reports are to be generated.

  • Users can input the registration number (reg no) of the student, which utilizes the XLOOKUP function to pull in relevant information about the student.

About

In this project, I created a relational database for managing student information and academic records. The repository contains CSV files with student data, an Entity Relationship Diagram (ERD) showing table relationships, and an SQL script for defining the database schema and calculating class averages.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors