Sample Project File IT-402
Sample Project File IT-402
SESSION: 2024-25
INFORMATION TECHNOLOGY
(402)
PROJECT
FILE ON
SUBMITTED BY SUBMITTED TO
Anshuman singh
Vivek Mewada Ms. Roshni Priyani
‘X B’ PGT Informatics Practices
CERTIFICATE
2
ACKNOWLEDGEMENT
I wish to express my deep sense of
gratitude and indebtedness to our
learned teacher Ms. Roshni Priyani,
PGT Informatics Practices, for her
invaluable help, advice and guidance in
the preparation of this project.
I am also greatly indebted to our
principal Ms. Alpa Prabhu and school
authorities for providing me with the
facilities and requisite laboratory
conditions for making this practical file.
I also extend my thanks to a number of
teachers, my classmates and friends
who helped me to complete this
practical file successfully.
Anshuman Singh
3
TABLE OF CONTENTS
S.NO. TOPIC PAGE NO.
CERTIFICATE………………………………...……2
ACKNOWLEDGEMENT………………….…………3.
INTRODUCTION…………..…………...……………5
DEPARTMENT,EMPL. TABLES..…...………..……7
REPORTS…………….……...………………………14
REFERENCES………..……...………………………16
4
INTRODUCTION
Database is an organized collection of data. The data is
typically organized to model aspects of reality in a way that
supports processes requiring information. A DBMS makes
it possible for end users to create, read, update and delete
data in a database. The DBMS essentially serves as an
interface between the database and end users or application
programs, ensuring that data is consistently organized and
remains easily accessible. The DBMS manages three
important things: the data, the database engine that allows
data to be accessed, locked and modified and the database
schema, which defines the database's logical structure.
These three foundational elements help provide
concurrency, security, data integrity and uniform
administration procedures. The DBMS can offer both
logical and physical data independence. That means it can
protect users and applications from needing to know where
data is stored or having to be concerned about changes to
the physical structure of data.
5
My Project Work includes the following reports:
two forms.
6
Department Table
Integer Primary
Dep_ID Holds a unique id for each department
(Auto) Key
Emp Table
Staff_ID Integer(Auto) Primary Key Holds unique if for each staff member
7
Objective of the Project
My consideration while developing this project was to
of paper works.
4. User can manage all the records very easily and can
8
Databases
A database is a collection of logically related data
the user.
4. Click on Next.
7. Click on Finish.
9
9. Now the database is ready for the project.
10
Table
A table is a collection of logically related records. It is
organised as a set of columns, and can have any
number of rows.
Screenshots –
Table 1 with
data
11
Table 2 with data
12
Queries
Query 1:
Screenshot of Output
Query 2:
Screenshot of Output
Forms
13
A form is an object of the database that has a user-
friendly interface where data can be entered and seen in
an attractive and easy-to-read format. For any database,
it is the front end for data entry and data modification.
It displays the data in a layout design by us and not just
in a simple row and column format.
Screenshot of form 1
Screenshot of form 2
15
Reports
A report is another useful feature of a database
management system. We have seen that the records that
have been extracted using a query are displayed in a
simple row and column format. Instead, using a report
we can present the retrieved data in an attractive and
customized manner. We can create a report based on a
table or a query or both.
Creating Reports
1. Click Reports button from left pane.
16
Output:
Screenshot of report 1
Screenshot of report 2
17
References
1. CBSE Study Material
2. www.tutorialaicsip.com
3. www.libreoffice.org
4. https://wiki.documentfoundation.org/Documentation/
Calc_Functions/BASE
5. https://documentation.libreoffice.org/en/english-
documentation/base
18