It 101 DBMS 2023 2024
It 101 DBMS 2023 2024
Management
Systems
OBJECTIVES:
1. Examine database concepts.
2. Explore MS Access Environment.
3. Manage the data in a table.
4. Create form and report.
5. Generate simple queries.
Definitions
Data: Raw, unprocessed facts
Ex: 25, Misha, Bangalore
Information: Processed data
Ex: The age of Misha is 25.
Database: Collection of related data
Ex: Online banking system, library
management system
Meta-data: The database definition
Database Management System
Definition: a collection of related
information organized in a manner that
provides for rapid search a retrieval.
Database Management System
Functionalities
Define: Specifying the data type, structures and
constraints for the data to be stored.
Construct: process of storing data on some
storage medium.
Manipulate: Querying the database to retrieve
specific data, updating database and generating
reports.
Share: Allows multiple users and programs to
access the database concurrently.
Database Structure
A table is composed of columns and rows,
referred to as fields and records in Access.
Following is a description of the three table
components identified in the above image:
The rows in the table are called records. Each record is a group of
related fields, such as all of the information regarding each member
in a membership database or each customer in a customer table.
The columns in the table are called fields. Each field contains a
specific piece of information within a record within a record.
TABLES
Tables store data. The Tables are the true 'database' (base of
data). These need to be created and properly linked (related) in
order to effectively use the other Access tools. Tables are the
core of your database, everything else in Access depends on the
Tables.
Basic Access Objects Access consists of four main database
objects:
QUERIES
Sample Form
Reports
Reports can be based on tables or queries. To Create a Report:
1. Open the table or query on which you are basing the report
2. Click on the create tab
3. Click on Report in the Reports group
Print Preview – allows you see what the report would look like on a
printed piece of paper
Report View – allows you to see the data without having to display it
in
Print Preview Layout View – allows you make design changes while
browsing your data
Design View - gives you a more detailed view of the structure of your
report
Query
Queries: You use queries to view, change, and analyze data in
different ways.
You can also use them as a source of records for forms and
reports. To Create a Query:
1. Click on the Create tab
2. Click on Query Design in the Queries group
3. Select the table that you would like to base your query on
4. Click Add
5. Repeat steps 3 and 4 until all tables are added
6. Close the Show Table window
The table(s) will now be displayed in the upper part of the Query
Design Screen by boxes containing the tables’ fields