Dbms - File 08.name
Dbms - File 08.name
SHREEYASH PRATISHTHAN’S
MICRO-PROJECTREPORT
PREPARED BY:-
This is to certify that Mr./ Mr. Bhagwat Anna Sonawane of THIRD Semester of Diploma in
COMPUTER ENGINEERING of Institute SHREEYASH COLLEGE OF
ENGINEERING AND TECHNOLOGY has successfully completed
Micro-Project Work in Course of SCHOOL MANAGEMENT SYSTEM for the academic
year 2024-25 as prescribed in the K-Scheme Curriculum.
ACKNOWLEDGEMENT
We wish to express our professor gratitude to our guide Prof .N.D. PAWAR who
guided us endlessly in framing and completion of Micro-Project. He/ She guided
us on all the main points in that Micro-Project. We are indebted to his / her
constant encouragement, cooperation and help. It was his / her enthusiastic
support that helped us in overcoming of various obstacles in the Micro-Project.
We are also thankful to our Principal, HOD, Faculty Members and classmates for
extending their support and motivation in the completion of this Micro-Project.
INDEX
contents
Micro-project proposal
1 Aims/benefits/micro-project
5 Resources required
Micro-project report
1 rationale
2 Aims/benefits/micro-project
3 Course-outcome addressed
4 Literature review
Micro-Project Proposal
(FormatorMicro-ProjectProposalabout1-2pages)
·
3.1 Action Plan (Sequence and time required for major activity. The following is for Reference,
The Activities can be Added / reduced / Modified )
Name of
Sr. Planned Planned Responsible
Details of activity
No. Week Start Finish Team Members
date date
1 1&2 Discussion &Finalization of
Topic
2 3 Preparation of the Abstract
3 4 Literature Review
4 5 Submission of Micro-project
Proposal ( Annexure-I)
5 6 Collection of information about
Topic
6 7 Collection of relevant content /
materials for the execution of
Micro-project.
7 8 Discussion and submission of
outline of the Micro-project.
8 9 Analysis / execution of Collected
data / information and preparation
of Prototypes / drawings / photos /
charts /graphs / tables / circuits /
Models
/programs etc.
9 10 Completion of Contents of
Project Report
10 11 Completion of Weekly progress
Report
11 12 Completion of Project Report (
Annexure-II)
12 13 Viva voce/ Delivery of
Presentation
-----------------------------------------------------------------------------------------------------------------------------------------------
Resources Required (major resources such as raw material, some machining facility,
software etc.)
2 COMPILER Language 1
support
3 WINDOWSOPERATINGSYSTEM Windows7 1
Micro-Project Report
Format for Micro-Project Report (Minimum4pages)
Title of Micro-Project:-
Objectives:
1. Student Information Management: Efficiently store and retrieve student details, such as
personal information, academic records, and attendance.
2. Staff Information: Manage and update the records of teachers and other staff members.
3. Course Management: Maintaining for motion about courses, subjects, and class schedules.
4. Fee Management: Keep track of fee payments and dues.
5. Report Generation: Generate automated reports for students 'performance and attendance.
Technologies Involved:
This project will use SQL for database creation and management, along with a frontend
interface for user interaction. The system will be modeled around relational database concepts,
ensuring that relationships between entities like students, teachers, courses, and fees are well
defined and easily manageable.
-----------------------------------------------------------------------------------------------------------------------------------------------
A School Management System (SMS) typically involves handling various data related to
students, teachers, courses, attendance, exams, and fees. Below is a simple implementation
using SQL to create a database structure for such a system:
2. Creating Tables
a) Students Table
This table stores student information.
b) Teachers Table
This table stores teacher information.
c) Courses Table
This table holds information about the courses of red.
Credits INT
);
d) Enrollments Table
e) Attendance Table
This table tracks student attendance.
f) Exams Table
This table holds information about exams for each course.
g) Results Table
This table stores the exam results of students.
h) Fees Table
This table tracks the fee payments made by students.
3. Sample Queries
Insert anew student:
INSERT INTO Students (First Name, Last Name, Date Of Birth, Gender, Address, Email, Phone
Number, Enrollment Date)
VALUES ('John', 'Doe', '2002-05-15', 'Male', '125 Main St', '[email protected]',
'1234567890', '2024-05-08');
Mark attendance:
This code is a basic structure for a School Management System, which can be expanded
depending on the requirements, such as adding foreign key constraints, indexing, and more
complex queries.
-----------------------------------------------------------------------------------------------------------------------------------------------
sr.
Name of Resource/material Specifications Qty Remarks
No.
3. COMPILERTURBOC++ Windows 7 1
(A)ProcessandProductAssessment(ConvertBelowtotalmarksoutof6Marks)
1 Relevance to the course
2 Literature
Review/information
collection
3 Completion of the Target
as Per project proposal
4 Analysis of Data and
representation
5
Quality of Prototype/Model
6 Report Preparation
(B)IndividualPresentation/Viva(ConvertBelowtotalmarksoutof4Marks)
7 Presentation
8
Viva
(A) (B)
Process and Product Individual Presentation/ Viva Total Marks
Assessment(6marks) (4 marks) 10