Introduction and Application of Dbms
Introduction and Application of Dbms
APPLICATION OF DBMS
OUTLINE
Database Introduction
An Example
Characteristics of the database
Applications
DATABASE SYSTEM
Data :
Known facts that can be recorded and have an implicit meaning.
Database:
A collection of related data
Database Management System:
A software for storing and retrieving users data
While considering appropriate security measures
Database System:
Data and the DBMS along with the application associated with them is referred as database
system
Database Examples
Sana 23 1 PMC
Yashaswini 25 1 PMC
COURSE
Course _name Course_number Credit_hours Department
Introduction to c CS1310 1 CS
programming
Course_ Prerequisite_
number number
CS1310 CS55320
CS9920 CS51310
CS3390 CS61201
Number
Insulation between programs and
data
In file processing ,if any changes to the structure of a file
may require changing all programs that access the file
In database system, the structure of the data files is stored in
DBMS catalog seperately from the access program
This is called program-data indepedence
Support of multiple view of the
data
Each user may see a different view of the database, which
describe only data of interest to that user
It may also contain some virtual data that is derived from the
database files but it is not explicitly stored
Sharing of data and multi-user
transaction processing
Allowing a set of concurrent users to retrieve from database
and to update the database
Concurrency control within a DBMS guarantees that each
transaction is correctly executed or aborted
For example, when several reservation clerks try to assign a
seat on an airplane flight
(these type of applications are generally called
Online transaction processing (OLTP)
Applications
Database Management Systems are not a new concept and as
such it had been first implemented in 1960S . Charles
Bachman's Integrated Data Store(IDS) is said to be first
DBMS in history .With time database technology evolved a
lot
More Recent Application:
YouTube
iTunes
Geographic Information system
YouTube
Geographic Information
System(GIS)
GIS is an integrated set of hardware and software tools used
for manipulation and management of digital spatial data
(geographic) and related attribute data
Spatial data are
stored in form of map
Topological data
structures are used
for storing spatial
data models in
SPATIAL DATA MODELS
database
the secondary data
structures that was
used in GIS was
CAD data structure
CAD models lacks
the spatial
relationship between
geographical feature
A separate data
model used to store
and maintain attribute
data of GIS software
The relational
ATTRIBUTE DATA MODEL
database model is
widely used for
managing the
attributes of
geographic data
Both the topological
and relational model
SPATIAL DATA RELATIONSHIP
are linked together
using
Unique
identification
numbers [DBMS
primary key]
Thank you