IT in Business - Session 7
IT in Business - Session 7
IT in
Business
Instructor:
Hafsa Naeem
Session 7
Database Management
Fundamental Data
Concepts
1. Data Management
2. Database
3. Data Warehouse
4. Database Management Systems
(DBMSs)
Technical Foundations of
Database Management
Heirarchial
Network
Relational
Multi dimensional
Object oriented
Database Structures
Hierarchical Structure
Relationships between records form a hierarchy or
treelike structure
One-to-many
Eg., Navigation file, site map of a website
Network Structure
Network model can access a data element by
following one of several paths because any data
element or record can be related to any number of
other data elements
Many-to-many
Database Structures
Relational Structure
All data elements within the database are viewed as
being stored in the form of simple two-dimensional
tables - realtions
The tables in a relational database are flat files that
have rows and columns
Object Oriented Structure
Handle complex types of data (graphics, pictures,
voice, and text) more easily than other database
structures
Factors That Determine the
Performance of a DBMS
1. Data latency
2. Ability to handle the volatility of the data
3. Query response time
4. Data consistency
5. Query predictability
6. Query processing capabilities
Types of Databases
Operational Databases
Support the business processes and operations of a
company
E.g. Customer Database, Human Resource Database
Online Transaction Processing (OLTP)
Distributed Databases
Replicates data across multiple servers
Data is stored across different physical locations
May be stored in multiple computers located in the
same physical location; or maybe dispersed over a
network of interconnected computers.
E.g. company branch data
SQL, MongoDB
Types of Databases
External Databases
Available for a fee from commercial online services
and with or without charge from many sources on the
World Wide Web
E.g. Search engines
Hyperlinked Databases
Consists of Hyperlinked pages of multimedia (text,
graphic and photographic images, video clips, audio
segments, and so on).
E.g. the set of interconnected multimedia pages on a
Web site
DATA MINING