HARSHIT PROJECT FILE
HARSHIT PROJECT FILE
**BIODATA**
-Name: Prachi
Class: 10 Marigold
Roll No: 31
Project File
**Database Management System**
---
TEACHER'S SIGNATURE:
ACKNOWLEDGEMENT
I would like to express my deep gratitude to my IT
teacher, Mrs. Radhika , for her unwavering guidance
and mentorship throughout this project. Her expertise
in Database Management Systems (DBMS) and her
dedication to helping students excel have been a
constant source of inspiration. I am also incredibly
thankful to our Principal, Mr. Vivek Tiwari, for providing
me with the opportunity to explore this fascinating
subject and for supporting my interest in DBMS.
page 7
individually.
ii. Write query in sql view to display marks of Hindi subject of one class.
TASK
relationship of tables .
TASK:
Use the form wizard to create forms for both tables to facilitate data entry. Enter data into each
table using these forms.
TASK:
Generating report through wizard from table 1 printing particulars of student roll no.,
name and father’s name.
TASK:
Generating report from table displaying marks of English marks.
**Project Title**: Database Management System - Class 10 Result Generation System
**Overview**: This project focuses on creating a Result Generation System using database
software to streamline the process of managing student records and grades.
1. **Objective**:
To simplify result generation, making student record management and grade retrieval more
efficient.
Key benefits include structured data storage, rapid access, and smooth report generation.
2. **Database Structure**:
-**Table 1**: *Student Details* with columns: Roll_no (Primary Key), Student_name,
Father_name, and Adm_no.
-**Table 2**: *Marks Details* with columns: Roll_number (Foreign Key), Hindi_marks,
English_marks, Punjabi_marks, Science_marks, Socialscience_marks, and
Maths_marks.
These tables are connected through the Roll number relationship.
3. **Tasks Completed**:
- *Table Creation*: Developed two tables with specific fields and data types.
- *Data Entry*: Entered records for two classes, each with 10 students.
-*Query Writing*: Created SQL queries to display basic class details and retrieve Hindi
marks for specific classes.
-*Form and Report Creation*: Designed data entry forms and generated reports to
display student details and English marks.
4. **Report Components**:
The report includes sections like biodata, acknowledgments, certificates, an index, and
detailed screenshots of table structures, relationships, queries, and final
reports.
BIBLIOGRAPHY
1. **W3Schools** – Known for its beginner-friendly tutorials,
W3Schools offers comprehensive guides on SQL, database
concepts, and structured query practices.
2. **GeeksforGeeks** – This site provides in-depth articles on
database management systems, normalization, indexing, and SQL
commands, suitable for all levels.
3. **TutorialsPoint** – A go-to for detailed tutorials on DBMS
fundamentals, SQL queries, and relational database
management, plus practical examples.
4. **Database Journal** – Specializes in professional insights on best
practices, optimization techniques, and real-world applications for
building robust databases.
5. **Stack Overflow** – A popular forum where professionals and
students discuss issues, share solutions, and troubleshoot
complex database-related problems.