This is a basic SQL project that simulates a student database using two tables:
- Students: Stores student details
- Marks: Stores subject-wise marks for each student
- Creates tables with relationships
- Inserts sample data
- Calculates average marks using
GROUP BY - Assigns grades using a
CASEstatement
- MySQL or any SQL database
Sanskriti Agarwal