Lec 3-4
Lec 3-4
Lecture # 4
Summary: Previous Lecture
ANSI-SPARC three-level architecture
Schemas, mappings, and instances
Data independence
Database Languages
Data sublanguage consist of two parts:
DDL (Data Definition Language)
DML (Data Manipulation Language)
Data sublanguage
Does not include constructs for all computing needs such
as iterations or conditional statements
Many DBMSs provide embedding the sublanguage in a
high level programming language e.g. C, C++, Java etc.
In this case , these high level languages are called host
languages
Data Definition Language (DDL)
Allows the DBA or user to describe and
name entities, attributes, and relationships
required for the application
Plus any associated integrity and security
constraints
System catalog (data dictionary, data
directory)
Metadata (data about data, data
description, data definitions)
Data Manipulation Language (DML)
Provides basic data manipulation
operations on data held in the database
Procedural DML
Non-Procedural DML
Procedural DML
Allows
user to tell system exactly how to
manipulate data
Operate on records individually
Typically, embedded in a high level language
Network or hierarchical DMLs
More work is done by user (programmer)
Non-Procedural DML
Allows user to state what data is needed
rather than how it is to be retrieved
Operate on set of records
Relational DBMS include e.g. SQL, QBE etc.
Easy to understand and learn than procedural DML
More work is done by DBMS than user
Provides considerable degree of data independence
Also called declarative languages
Fourth Generation Languages (4GLs)
No clear consensus
Forms generators
Report generators
Graphics generators
Application generators
Examples : SQL and QBE
Functions of a DBMS
Data storage, retrieval, and update
A user-accessible catalog
Transaction support
Recovery services
Functions of a DBMS..
Authorization services
Integrity service
Utility services
DBMS Environment
Single user
Multi-user
Teleprocessing
File-Server Architecture
Client-Server Architecture
Teleprocessing
Teleprocessing
Traditional architecture
Advantages include:
Wider access to existing databases
Increased performance
Increased consistency
Two-Tier Client-Server
Three-Tier Client-Server
Clientside issues in two-tier client/server
model preventing true scalability:
‘Fat’ client, requiring considerable resources on client’s
computer to run effectively
Significant client side administration overhead
Record-based
Relational Data Model
Network Data Model
Hierarchical Data Model
Physical
Relational Data Model
Network Data Model
Hierarchical Data Model
Conceptual Modeling
Conceptual modeling is process of
developing a model of information use in an
enterprise that is independent of
implementation details
Should be complete and accurate representation of an
organization’s data requirements
Conceptual schema is the core of a system supporting all
user views
Conceptual vs. logical data model
Summary
Database languages
Functions of a DBMS
DBMS environment
http://www.booksites.net/connbegg