Format of DBMS Project IT
Format of DBMS Project IT
INFORMATION TECHNOLOGY
PROJECT REPORT ON
Submitted to,
Submitted By,
Subject Teacher Name:
RSEMS GLOBAL KOLHAPUR Class: X
Roll No. :
Session : 2024-2025
CERTIFICATE
of class 10 under my supervision and guidance during the academic year 2024-
2025.
Date :
Shiravadekar for his guidance, and support throughout the duration of the project.
We completed the project successfully because of his motivation and his extended
As well as I would also like to thank our Principal Mr. J. D. Roy sir
who gave me the golden opportunity to do this project, which also helped me
in doing a lot of Research and I came to know about many new things when I
Finally, I would also like to thank my parents and my classmates who helped
Class - X
INDEX
INTRODUCTION.....................................................................................................5
OBJECTIVE AND SCOPE OF THE PROJECT.......................................................6
HARDWARE AND SOFTWARE SPECIFICATIONS........................................... 7
MAIN COMPONENTS OF RESULT MANAGEMENT SYSTEM……….8
STEPS IN CREATING A PROJECT……………………………………………….9
CREATING A DATABASE.................................................................................... 9
CREATING A TABLE......................................................................................... 12
ENTERING DATA IN THE TABLE...................................................................... 15
CREATING RELATIONSHIP BETWEEN TABLES................................................. 15
CREATING QUERIES........................................................................................ 18
CREATING A FORM......................................................................................... 21
CREATING REPORTS....................................................................................... 25
LIMITATIONS OF THE PROJECT.................................................................. 28
FUTURE SCOPE AND ENHANCEMENT........................................................... 29
BIBLIOGRAPHY………………………………………………………………….30
INTRODUCTION
This project is based on the functions of database management
available in the software called LibreOffice Base.
LibreOffice is an open-source office productivity suite used to
create and edit documents (Writer), presentations (Impress),
spreadsheets (Calc), graphics (Draw), mathematical formulas
(Math) and databases (Base). In this project, we focus on its
database, LibreOffice Base. Base allows the creation and
manipulation of databases and the building of forms and reports to
provide easy access to data for end-users. Base offers wizards to
help users new to database design (or Base) to create Tables,
Queries, Forms and Reports, along with a set of predefined table
definitions for tracking Assets, Customers, Sales Orders, Invoices
and much more.
3. Click the Create a new database option and create a new database.
4. After selecting Create a new database option, Click Next button.
5. A dialog box similar to the one displayed below appears. You don’t
have to change anything and click Finish button.
7. Then, Save As dialog box will pop up as shown below
8. Name the database and click on the Save button. I have saved it
under the name “Result Management System”.
9. After saving the database, you will be taken to the database window.
CREATING A TABLE
1. Click on Create Table in Design View... option available under
Tasks.
2. After clicking, Table Design window appears as shown below.
3. Enter the desired the field name and data type of the field to be
created by selecting the appropriate type available under Field type
dropdown list. For example:
4. To add primary key, select a row on the empty box on the left in
which you want to be the primary key and right click on this icon:
7. After it is done, you can save by clicking on the Save icon in the
Tools bar.
8. Save As window will pop up. You can save the table with name of
your choice. I have saved it as “Menu”. Then click OK button.
9. Now, close the Table window to see the table created. Notice the
table by the name “Menu” created and visible under Tables section.
10. Create another table using above process. Enter the desired the field
name and data type of the field to be created by selecting the appropriate
type available under Field type dropdown list.
3. After adding you can select the field you want to add from the
table of your choice.
4. After adding a field, you can add an alias name if needed. Include
sort feature to sort the data in ascending or descending if needed.
5. Click on the check box to remove visibility.
6. Specify by what to filter the data in the criterion.
7. Then, save it.
11. Click Next to proceed to the next step where you can set the
name. Once done click Finish.
12. Once finished we can see the record of that table with the fields
that we have specified.
13. We have successfully created a form.
CREATING REPORTS
1. Click Reports in the left panel and click Use Wizard to Create
Report… option.
2. Similar to form, the table window that appears asks for the
table/query and then the field to be included in the report. Which we can
do as such:
3. After clicking Next, it takes you to the 2nd step where you can name
the labels like this:
4. We can skip the 3rd and 4th step of the wizard as they are just
grouping and sorting which is not needed in this case. The 5th step is to
choose a layout. These are the options I chose.
5. Then click Next to save it with a name. After entering the desired
name, click Finish to create the report.
6. The report will look like this: