Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

DBMS Final Report01

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

Government polytechnic karad

MICROPROJECT REPORT
COURSE: COMPUTER ENGINEERING A.Y : 2023-24

TITLE
STUDENT MARKLIST USING STORED
PROCEDURE
Database Management System
(22319)
Guided By
Prof.Ms.M.A.Birnale

GOVERNMENT POLYTECHNIC KARAD 2023-24


CERTIFICATE

This is certify to that, as part of the partial fulfillment of the


Second Year Diploma for the 3rd semester. The bonafide students
studying in second year Diploma (Computer) I-Scheme.
Ms.Anushka Patil, Mr.Atharv Jadhav, Ms.Madhura Karande,
Ms.Vedika Mohite have completed the project report name
‘STUDENT MARKLIST USING STORED PROCEDURE’.
For the course ‘Database Management System (22319)’ under
the guidence of Prof.Ms.M.A.Birnale and submitted it to
Government Polytechnic Karad.

Prof.M.A.Birnale Prof.S.B.Patil
(Guide) (HOD of Computer
Department )

GOVERNMENT POLYTECHNIC KARAD 2023-24


ACKNOWLEDGEMENT

We take it is an opportunity to thank all those who have directly


and indirectly inspired, directed and assisted us towards successful
completion of this report.
We express our sincere thanks to our Principal Dr.R.K.Patil Sir
and the Head of Department Prof.S.B.Patil Mam for having us
allowed to submit this project report as part of our academic
learning.
We express our sincere thanks to Prof.M.A.Birnale Mam lecturer
in Database Management System (22319), for encouragement
throughout the project report and guideline in designing and
working out this project.
We are also thankful to our team of ‘Student Marklist Usin
Stored Procedure’.
For their highly encouraging co-operative attitude. We express our
sense of gratitude for our team and our teachers for their constant
support during project.

Place-Government Polytechnic Karad


Your Sincerely,
Anushka Patil-1230
Atharv Jadhav-1236
Madhura Karande-1237
Vedika Mohite-1238

GOVERNMENT POLYTECHNIC KARAD 2023-24


_________MICROPROJECT REPORT_______
TITLE: Student Marklist Using Stored Procedure.

 Rationale:

A Stored procedure is Structured Query Languageis a group of logical statements stored


.It is a subprogram consisting of a name, a
in the database for performing a particular task
list of parameters and transacr-SQL statements.
The creation of marklist is a technology designed to proper
management of student data and improves workforce productivity. Due to the
feature of subsequent execution of stored procedure it allows program to run
quickly and efficiently and multiple students data can be recorded.
This project manages no of students marks achieved throughout
semester also displays data as per the query that set by someone like teachers.
So modification can be made only by teacher. This is important benefit. It is a
multi-user system and can be used by hundred of users at the same time.

 Course Outcomes:

1. Design Normalised database on given data.


2. Create and Manage Databse using SQL commands.
3. Able to write PL/SQL code for given database.
4. Apply triggers to database also create procedure and function
according to condition.
5. Apply security and confidentiality on a given database.

GOVERNMENT POLYTECHNIC KARAD 2023-24


 Aims and Benefits:

 Reduces Errors nd Saves Time.


 Enhances Data Security,
 Provides real time reporting and analytics.
 Due to stored procedure it has a high performance.
 Student Marklist of Multiple Student can be created without the
need of writing the code again.

 Literature Review:

The stored procedure in SQL is a group of SQL statements that are


stored together in database. Based on the statements in the procedure and
parameters you pass, it can perform one or more DML operations on the database
Any user can store the stored procedure as a named object in the SQL
database and can call by using triggers. SQL database creates an execution plan
and stores it in cache memory when the stored procedure is called for the first time.
The plan is reused by SQL Server, which executes the stored procedure quickly
with reliable performance.
The Stored procedure minimizes the network traffic between the
application and the database server because instead of sending many lines of SQL
code, the application only needs to pass he name and parameter of the stored
procedure to the database server. It also provides high security because I restricts
the users from accessing the data from the tables directly. It can be used by
multiple users without writing the same SQL code repeatedly. Reusability of the
code minimizes the development time. Stored procedure is easy to modify. Any
user can easily modify the stored procedure with the help of ALTER TABLE
command.
And it also minimizes he performance of the application.

GOVERNMENT POLYTECHNIC KARAD 2023-24


 Actual Methodology:

1. We decided the topic of microproject which is assigned from teacher.


2. We collected the information about our microproject i.e. Contact
Management System Using Linked List.
3. We submitted the proposal of our microproject.
4. We worked on the project with proper discussion with team members.
5. We create the C program for Contact Management System.
6. We followed all the procedure to create the report of the project.
7. After Completion of project, we committed our final report along with
our project presentation.

 Resources Used:

Sr.no Name of Resource Specification

1. Computer System .Device Name: Desktop-SUS0KGR


Processor: 11th Gen Intel(R)
Core (TM)i5-1135G7 @2.40 GHz

2. Visual Studio 2022 Developers : Microsoft


Version: 17.5.3
3. Software Microsoft word, Oracle

GOVERNMENT POLYTECHNIC KARAD 2023-24


 Output of the Microproject:

GOVERNMENT POLYTECHNIC KARAD 2023-24


 Skill Developed:
 Team Work.
 Leadership.
 Problem Solving.
 Communication.
 Management

 Applications Of The Project:

 The code in the stored procedure can be reused Eliminating unnecessary


logic in your code, and over and over again.
 Reducing network traffic.
 isolating and storing pertinent logic in the database.
 Productivity and ease of use.

GOVERNMENT POLYTECHNIC KARAD 2023-24

You might also like