It project class10
It project class10
Project
Session - 2024-2025
Class - X-E
Submitted To -
Certificate
This is certify that I am Janesh Kumar of Class X-E of St. Thomas School, Bahadurgarh
has successfully completed the Information Technology project report titled "Database"
under guidance of Mr. Parmod Sir during the academic year 2024 -25 towards partial
__________ __________
I would like to express my sincere gratitude to all these individuals for mentoring and
My teacher (Mr. Parmod Sir) for providing me with invaluable insights and direction. Our
esteemed principal (Mr. Sudhir Sir) for fostering an environment of learning and
I am grateful to my friends who contributed ideas and perspectives that enriched the
project. Thank you everyone for shaping this project and enhancing my learning
experience.
DATABASE
INTRODUCTION
Databases are being used extensively in our day-to-day life. Be it business, engineering,
medicine, education, library, to name a few. For example, consider the name, class, roll
number, marks in every subject of every student in a school. To record this information
about every student in a school, the school might have maintained a register, or stored
DBMS package. Such collection of related data that has been recorded, organized and
1. Table -Tables are database objects that contain all the data in a database. In tables,
row represents a unique record, and each column represents a field in the record. For
example, a table that contains employee data for a company might contain a row for
2.Forms -A form is a database object that contains different fields. These fields collect
information from a source which is collected and stored in a database for further
reference. Businesses these days can make use of database forms to gather
the meaning of a query in database management is a request for data. If you need to
access, manipulate, delete, or retrieve data from your relational database, you'll need a
meant to convey information in a way that is easy to understand by human beings. See
1. Data Security - Enhanced Data Security. DBMS enhances data security through
3. Data Integrity - In a DBMS, data integrity ensures the consistency and accuracy of
4. Data Sharing - Improved Data Sharing. One of the biggest advantages of a DBMS is its
1 . In the Navigation pane, select the table you want to use to create a form. You do not
2. Select the Create tab, locate the Forms group, then click the Form command.
1. Open the table or query you want to use in your report. ...
4. It's likely that some of your data will be located on the other side of the page break.
Steps To Set Primary Key (Account Number)
Step 2: Select the field or fields you want to define as the primary key( Account Number)
Step 3: Click Primary Key on the toolbar. After clicking on primary key, selected column
(ii) In the database window, select Queries from the left pane and click Use Wizard to
Create Query.
iii) Query wizard will start. First of all, select the tables on which you want to query upon.
(iv) In the next step, you can specify the sort order by selecting the sort field(s).
(v) Next, you need to specify the condition or the search condition.
(vi) In the next step, specify the alias names for the values being displayed. If you a okay
(vii) Lastly, it will show you overview of your query. Click finish here to view your query.
() Finally, it will show you records matching the condition of your query.
CREATING TABLE IN DESIGN VIEW
1. In the database window, click on Tables tab and click on Create Table in Design View.
2. Table Design Window will open. Enter field names and select data type for each field.
You may add a description for the field under Description Column.
3. You can set field properties as desired. Once done, press Ctrl+S.
CREATING QUERY USING WIZARD
1. Click on Query Tab. Under Tasks Section, click on Use Wizard to Create Query.
2. The Query Wizard will open. Choose the fields for which you want to create the table.
1. In the database window, click on Tables tab and click on Create Table in Design View.
2. Table Design Window will open. Enter field names and select data type for each field.
You may add a description for the field under Description Column.
3. You can set field properties as desired. Once done, press Ctrl+S.
Creating report in Wizard
Creating form in wizard