0% found this document useful (0 votes)
33 views10 pages

DBMS Microproject Report

not any

Uploaded by

Aishwarya kinge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views10 pages

DBMS Microproject Report

not any

Uploaded by

Aishwarya kinge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

A Project Report

Of
(College Alumni Management System)
Micro project in
Database Management System
SUBMITTED BY –
Ujwal Manish Ahaluwaliya (46)
Sanjay Ambadas Sonavane (10)
Manish Manohar Budar (24)
Arjun Vitthal Bhanage (47)

Under Guidance Of
Prof. P.S.Mahajan

Government Polytechnic Thane


Phadke Rd, opp. Bharat Gears Ltd, Phadkepada, Mumbra, Thane, Maharashtra 400612

1
CERTIFICATE

This is to certified that following Second year Computer


engineering students have successfully and satisfactory
completed their micro project work, entitled “College Alumni
Management Syestem” in partial fulfillment of the requirement for
diploma in Computer Engineering academic year 2022-2023.

roll no. enrollment no. name

26] 2101160036 aachal dilip koli

27] 2101160037 mansi kiran jadhav

31] 2101160042 megha pralhad patil

66] manasi ananta araj

Subject Teacher Incharge H.O.D. PRINCIPAL

2
ACKNOWLEDGEMENT

This project would not have taken shape without the contributions
of many who have extended help in one or the way. I would like to take
this opportunity to express my thanks to our friends who have provided
the entire moral backing and encouragement all through the course
duration. A discussion on the project work, with our seniors in the
college was also great source of help and without which it would not
have been possible to achieve the results reported in this project. I
would like to express my sincere gratitude to our mentors, Mrs.Prajakta
Mahajan , Project supervisor, for his useful comments on the subject
matter and for the knowledge I gained by sharing ideas with him.

Mrs. Prajakta Mahajan, HOD of government polytechnic thane collage,


for all the cooperation and coordination in preparing this Project.

3
INDEX

Sr. no. Content Page


no.
Acknowledgement
1. 3

2. Rationale of the micro project 5

3. Aim of micro project 5

4. Course outcomes achieved 5

5. Literature Review 5

6. Actual methodology followed 6

7. Actual Resources used 7

8 ER Diagram 7

9 Query 8

10 Output of the project 9

11 Conclusion 10

12. Evaluation Sheet 10

4
1.0 Rational

Alumni relations is an important part of an institution's advancement


activities for many reasons: Alumni are an institution's most loyal
supporters. ... Alumni are great role models for current students and are
often well placed to offer practical support to students as they start their
careers.

2.0 Aims/Benefits of the Micro-Project


1.We learn how use oracle.
2.Get all information about students easily.

3.0 Course Outcomes Addressed


● To build a system that will be able to manage alumni data of a college and
provide easy access to the same

4.0 Literature review


This module helps Alumni to register into system by providing valid
details. Once the registration is done, details will be sent to admin for
approval. This module also allows Alumni to update the password. Once
the registration is done user can update his profile.

5
Actual methodology followed

Sr. Details of Planned Planned Name of


No. Activity Start Finish responsible team
date date members

1. Planning of All MEMBERS


the Micro-
Project
2. Collecting
information

3. Preparing
Quary of the
Micro-Project

4. Rectifying
corrections

5. Final
designing of
the Micro-
Project
6. Preparing
Proposal and
Report

6
6.0 Resources used

S. Name of Specifications Qty Remarks


No. resource/material
1 Computer system With basic 1
configurations
2 Windows 11 Each
1
Processor Intel i5 9th Gen
core processor
RAM
At least 8 GB

3 Software used - -

7.0 ER Diagram

7
8.0 Query

create table students(sr_no number PRIMARY KEY, full_name varchar(40)


NOT NULL, gender char(12), enrollment_no number(10), branch char(4),
passing_year number, result varchar(6));

SELECT * from students;

insert into students values(1,'JAGHAV ADVAITYA


SHARDUL','MALE',1901160097, 'CO', 2021,'PASS');
insert into students values(2,'MHATRE SMIT
SURAJ','MALE',2001160146,'CO',2021,'PASS');
insert into students values(3,'MHATRE MANISH
RAVINDRA','MALE',2001160174,'CO',2021,'PASS');
insert into students values(4,'DATE SAKSHI
PRAVIN','FEMALE',2001160166,'CO',2021,'PASS');
insert into students values(5,'GAIKWAD MAYURESH
SURESH','MALE',2001160167,'CO',2021,'PASS');
insert into students values(6,'ANSARI MIZAB MANSOON
AHMAD','MALE',2001160168,'CO',2021,'PASS');
insert into students values(7,'BASUDE SHUBHAM
SHYAM','MALE',2001160169,'CO',2021,'PASS');
insert into students values(8,'PATIL APURVA
ARUN','FEMALE',2001160170,'CO',2021,'PASS');
insert into students values(9,'JAGADALE AKANKSHA
ANANDRAO','FEMALE',2001160171,'CO',2021,'PASS');
insert into students values(10,'SHELAVALE VAISHNAVI
VILAS','FEMALE',2001160172,'CO',2021,'PASS');
insert into students values(11,'PATIL SEJAL
UMAKANT','FEMALE',2001160173,'CO',2021,'PASS');
insert into students values(12,'SONAVANE SANJAY
AMBADAS','MALE',2001160174,'CO',2021,'PASS');
insert into students values(13,'JADHAV PRATIKSHA
BADDU','FEMALE',2001160175,'CO',2021,'PASS');
8
insert into students values(14,'WAGH SIDDESH
DEEPAK','MALE',2001160176,'CO',2021,'PASS');
insert into students values(15,'KHAN ABDUL REHMAN
SHAHNAWAZ','MALE',2001160177,'CO',2021,'PASS');

select * from students;

9.0 Output

● Conclusion

Alumni means which a former student of the school, college or university. We


get information about oracle.
9
Evaluation Sheet For the Micro Project

Roll No’s of Students: Enrollment no. :

Name of Programme: Computer engineering Semester: Third (CO)

Course title: DATABASE MANAGEMENT SYSTEM (DBMS) Course code: 22517

Title of the micro project: COLLEGE ALUMNI MANAGEMENT SYSTEM

Process assessment Product Assessment Total


Part A – Project Part B – project Individual Marks
project methodology report/working presentation/viva
(10)
proposal model
(2 marks) (4 marks)
(2 marks) (2 marks)

Comments/Suggestions about team work/leadership/inter personal communication (if any):


Any other comment:_________________________________________________________
Name and designation of faculty :-_______________________________________________
Signature:_________________________________________________________

10

You might also like