Group 8 PPT DBMS (Stucture and Working)
Group 8 PPT DBMS (Stucture and Working)
Retrospective
Participants
Context
Database 2—8
Conclusion 21
1
DataBase
management and updating.
Computer databases typically store
aggregations of data records or files
that contain information, such as
sales transactions, customer data,
financials and product information.
3
DataBase
Fields:
In a database table, a field is a data structure for a single piece of data.
Fields are organized into records
5
Records:
A record in a database is an object that can contain one or
more values. Groups of records are then saved in a table; the
table defines the data that each record may contain.
6
Tables:
A table is a collection of related data held in a table format within
a database. It consists of columns and rows.
7
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.
8
Reports:
A database report is the formatted result of database queries
and contains useful data for decision-making and analysis.
9
Relational Database:
A relational database is a collection of information that
organizes data in predefined relationships where data is
stored in one or more tables (or "relations") of columns and
rows, making it easy to see and understand how different
data structures relate to each other.
11
Database
Processor, Storage Manager, and
Disk Storage. These are explained
as following below.
12
13
1. Query Processor:
It interprets the requests (queries) received from end user via an
application program into instructions. It also executes the user
request which is received from the DML compiler.
2. Storage Manager:
Storage Manager is a program that provides an interface between
the data stored in the database and the queries received. It is also
known as Database Control System. It maintains the consistency
and integrity of the database by applying the constraints and
executing the DCL statements.
14
3. Disk Storage:
Viewing records:
1. Datasheet view shows all records.
2. Filters can limit the records shown.
—Display only records matches criteria.
3. Forms allow viewing one record.
18
Sorting records:
Querying a database:
1. Statement that describes desired data.
2. List of fields can be modified.
3. Uses of querying.
—Find data
—Calculate values per second
—Delete records
4. Most important DBMS skills.
20
Generating reports:
Conclusion
and integrity of the data. The DBMS also
provides a variety of tools to help
manage the data, such as query
languages, reporting tools, data
visualization tools, and data mining tools.