This document provides an introduction to database concepts. It discusses the limitations of file-based systems, including data redundancy, lack of data sharing, and inconsistent data updates across programs. These issues are addressed by the database approach, which involves centralized data storage and a database management system (DBMS) to control access. Key advantages of the database approach include data independence, reduced redundancy, improved integrity and security. The document also outlines the typical components and roles involved in a DBMS environment.
Modern database management system chapter 1AyeshaShoukat5
油
1. The document discusses modern database management systems and their components. It defines key concepts like databases, structured vs unstructured data, metadata, and database approaches.
2. Databases can be small, large, or very large depending on their size and usage. A database management system provides methods for creating, updating, storing, and retrieving data from the database.
3. The main components of a database environment include the database itself, application programs, users, administrators, developers, and management tools. Together these components allow for effective data management and use.
Database systems are designed to manage large datasets in an organization. A database is a collection of shared information that exists over a long period of time, often many years. A database management system (DBMS) is software that allows for the efficient creation, management, and use of large amounts of persistent and shared data. The database approach emphasizes integration and sharing of data throughout an organization, with minimum duplication and program data independence. This provides benefits like improved data accessibility, reduced redundancy, and maintained data quality and integrity.
In this PPT, you will learn:
The difference between data and information
What a database is, the various types of databases, and why they are valuable assets for
decision making
The importance of database design
How modern databases evolved from file systems
About flaws in file system data management
The main components of the database system
The main functions of a database management system (DBMS)
A database is an organized collection of related data that can be used alone or combined with other data for multiple purposes. A database management system (DBMS) enables users to store, modify, and extract information from a database. Key characteristics of a DBMS include performance, sharing data access, security, removing redundancy, and concurrent access. DBMS were developed to address difficulties with typical file processing systems like data redundancy, inconsistent access, and security problems.
The document discusses the key components and functions of database systems. It begins by explaining the difference between data and information and how databases evolved from file systems to address issues like data redundancy and lack of integrity. The main components of a database system are described as hardware, software, people, procedures, and data. Key functions of a database management system (DBMS) include data storage management, security management, and ensuring data integrity. Overall, the document provides a high-level overview of databases, their history and structure.
(1) DBMS provides centralized management of data which reduces redundancy and inconsistencies.
(2) It enforces data integrity through features like controlling access to data, enforcing rules and standards.
(3) DBMS allows for multiple user interfaces and access to data through query tools and programming interfaces.
This document provides an overview of database systems and database management. It defines what a database and DBMS are, and gives examples like a university student database. It describes key characteristics of databases like being self-describing and supporting multiple views. The document outlines the roles of database actors and advantages like data sharing and redundancy control. It also discusses when not to use a DBMS and the responsibilities of database administrators like security, disaster recovery and training.
The document provides an overview of key concepts in database management systems including:
- The benefits of using a DBMS over file systems such as data independence, data integrity, and concurrent access.
- The three levels of abstraction in a DBMS - physical, logical, and view level.
- Common data models including relational, entity-relationship, and object-oriented models.
- Database languages including data manipulation languages (DML) like SQL and data definition languages (DDL) to define schemas.
- Key components of a DBMS including storage management, query processing, and transaction management.
- Roles of database users and administrators.
Database design, implementation, and management -chapter02Beni Krisbiantoro
油
This document provides an overview of data modeling concepts. It discusses the importance of data models for organizing data for different users and as a communication tool. It also describes the basic building blocks of entities, attributes, and relationships. Additionally, it covers the evolution of different data models including hierarchical, network, relational, entity relationship, and object oriented models. It provides examples of hierarchical and network data structures.
This document provides an introduction to database systems for a BS in IT degree. It discusses key concepts like the difference between data and information, the historical roots of databases in file systems, database management systems and their functions, different database models including hierarchical, network and relational models, and the evolution of database models over time. It also defines important terms and describes the roles of different users in a database system environment.
This document provides an overview of database management systems and related concepts. It discusses data hierarchy, traditional file processing, the database approach to data management, features and capabilities of database management systems, database schemas, components of database management systems, common data models including hierarchical, network, and relational models, and the process of data normalization.
Modern database management jeffrey a. hoffer, mary b. prescott, BlackIce86
油
The document summarizes a grading system for a course with the following key points:
- The course grade is made up of exams (40%), a project (15%), and lab exercises (25%)
- Exams include 4 chapter exams worth 10-15% each and a SQL exam worth 10%
- The project is worth 15% and lab exercises are worth 25% of the final grade
CP 121 introduces database systems. The lecture covers file-based systems, the database approach, common database uses, users, DBMS components and functions, and advantages and disadvantages of databases. Key points include: File-based systems are limited but the database approach offers data sharing and consistency. A DBMS manages data storage, transactions, integrity, security and more. Database users include administrators, designers, developers and end users who access data through applications.
This document provides an overview of databases and SQL. It begins with a brief introduction to databases, including what they are, database management systems (DBMS), and relational database management systems (RDBMS). The document then discusses the history and evolution of databases. It introduces MySQL as a popular open source RDBMS and compares its features. The document also covers database concepts and design, including requirement analysis, logical design, and the database life cycle. Finally, it provides an introduction to SQL and an example of using the CREATE TABLE syntax.
This document provides an overview of database management systems (DBMS). It discusses the history and components of DBMS, including how they were developed to address limitations of earlier file-based data management systems by providing data independence, efficient access, integrity, security, concurrent access and recovery from crashes. The document also covers DBMS concepts such as data definition and manipulation languages, database administration, types of users and databases, and advantages and disadvantages of DBMS.
FellowBuddy.com is an innovative platform that brings students together to share notes, exam papers, study guides, project reports and presentation for upcoming exams.
We connect Students who have an understanding of course material with Students who need help.
Benefits:-
# Students can catch up on notes they missed because of an absence.
# Underachievers can find peer developed notes that break down lecture and study material in a way that they can understand
# Students can earn better grades, save time and study effectively
Our Vision & Mission Simplifying Students Life
Our Belief The great breakthrough in your life comes when you realize it, that you can learn anything you need to learn; to accomplish any goal that you have set for yourself. This means there are no limits on what you can be, have or do.
Like Us - https://www.facebook.com/FellowBuddycom
The document provides an introduction to database management systems and their components. It discusses that a database is a collection of related data representing some aspect of the real world. A database management system (DBMS) allows users to define, construct, manipulate and share databases. The key functions of a DBMS include data definition, data storage, data manipulation such as querying and updating, and sharing data among multiple users. The document also provides examples of database systems and their typical components such as utilities, tools, and centralized and client/server architectures.
This document provides an introduction to databases. It discusses common uses of databases and limitations of file-based systems. A database is defined as a shared collection of logically related data designed to meet an organization's information needs. A Database Management System (DBMS) is software that enables users to define, create, maintain and control access to the database. Key components of a DBMS include hardware, software, data, procedures and people. The document outlines the history and advantages of DBMSs.
1. The document discusses database management systems (DBMS) and provides examples of common database applications like banking, airlines, universities, and more.
2. It then gives examples of university database applications like adding students/courses, registering for classes, assigning grades, and more.
3. Early database applications were built directly on file systems, but DBMS provides advantages like data integrity, security, transaction control, concurrent access, and independence from physical storage.
This document provides an overview of database management systems (DBMS). It defines key concepts like data, database, entity, attribute, and examples of DBMS like Oracle. It describes the goals and advantages of DBMS, including data independence, efficient data access, data integrity and security. Applications of DBMS discussed include banking, airlines, universities, and more. Finally, it introduces different views of data in a DBMS and various data models used to describe database structure, like the entity-relationship model.
The document discusses database management systems (DBMS) and their components and functions. A DBMS is software that allows for the creation, management and use of databases. It provides functions like data storage, retrieval, updating, transaction processing and security. The DBMS ensures data consistency and sharing between users. Common DBMS architectures include two-tier client-server and three-tier architectures with user interface, business logic and data layers.
Database designers often face conflicting goals such as adherence to design standards, processing speed, and information requirements. Design standards are important for developing logical structures that minimize redundancy. However, high processing speeds and complex information needs may require compromises, such as combining tables to avoid relationships or including derived attributes. The designer must balance these goals to meet customer needs for transactions, queries, and reports.
The document discusses database management systems and their advantages over traditional file systems. It covers key concepts such as:
1) Databases organize data into tables with rows and columns to allow for easier querying and manipulation of data compared to file systems which store data in unstructured files.
2) Database management systems employ concepts like normalization, transactions, concurrency and security to maintain data integrity and consistency when multiple users are accessing the data simultaneously.
3) The logical design of a database is represented by its schema, while a database instance refers to the current state of the data stored in the database tables at a given time.
Chapter 01 Fundamental of Database Management System (DBMS)Abdurehman Mahmud
油
This is an introduction to a fundamental database management system lecture Note. If it interests you please comment me and I will do it for the next chapters.... thanks a lot!!
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Usman Tariq
油
In this PPT, you will learn:
About data modeling and why data models are important
About the basic data-modeling building blocks
What business rules are and how they influence database design
How the major data models evolved
About emerging alternative data models and the needs they fulfill
How data models can be classified by their level of abstraction
Author: Carlos Coronel | Steven Morris
The document discusses database management systems (DBMS) and their advantages over traditional file-oriented data storage. It describes the key components of a DBMS, including the data definition language (DDL) used to define the database schema, the data manipulation language (DML) used to query and manipulate data, and database models like relational, hierarchical and network models. The document provides examples of how a sample education database could be structured in a relational model using tables, attributes, and relations.
The document provides an introduction to database management systems (DBMS) and database models. It defines key terms like data, database, DBMS, file system vs DBMS. It describes the evolution of DBMS from 1960 onwards and different database models like hierarchical, network and relational models. It also discusses the roles of different people who work with databases like database designers, administrators, application programmers and end users.
The document provides an overview of key concepts in database management systems including:
- The benefits of using a DBMS over file systems such as data independence, data integrity, and concurrent access.
- The three levels of abstraction in a DBMS - physical, logical, and view level.
- Common data models including relational, entity-relationship, and object-oriented models.
- Database languages including data manipulation languages (DML) like SQL and data definition languages (DDL) to define schemas.
- Key components of a DBMS including storage management, query processing, and transaction management.
- Roles of database users and administrators.
Database design, implementation, and management -chapter02Beni Krisbiantoro
油
This document provides an overview of data modeling concepts. It discusses the importance of data models for organizing data for different users and as a communication tool. It also describes the basic building blocks of entities, attributes, and relationships. Additionally, it covers the evolution of different data models including hierarchical, network, relational, entity relationship, and object oriented models. It provides examples of hierarchical and network data structures.
This document provides an introduction to database systems for a BS in IT degree. It discusses key concepts like the difference between data and information, the historical roots of databases in file systems, database management systems and their functions, different database models including hierarchical, network and relational models, and the evolution of database models over time. It also defines important terms and describes the roles of different users in a database system environment.
This document provides an overview of database management systems and related concepts. It discusses data hierarchy, traditional file processing, the database approach to data management, features and capabilities of database management systems, database schemas, components of database management systems, common data models including hierarchical, network, and relational models, and the process of data normalization.
Modern database management jeffrey a. hoffer, mary b. prescott, BlackIce86
油
The document summarizes a grading system for a course with the following key points:
- The course grade is made up of exams (40%), a project (15%), and lab exercises (25%)
- Exams include 4 chapter exams worth 10-15% each and a SQL exam worth 10%
- The project is worth 15% and lab exercises are worth 25% of the final grade
CP 121 introduces database systems. The lecture covers file-based systems, the database approach, common database uses, users, DBMS components and functions, and advantages and disadvantages of databases. Key points include: File-based systems are limited but the database approach offers data sharing and consistency. A DBMS manages data storage, transactions, integrity, security and more. Database users include administrators, designers, developers and end users who access data through applications.
This document provides an overview of databases and SQL. It begins with a brief introduction to databases, including what they are, database management systems (DBMS), and relational database management systems (RDBMS). The document then discusses the history and evolution of databases. It introduces MySQL as a popular open source RDBMS and compares its features. The document also covers database concepts and design, including requirement analysis, logical design, and the database life cycle. Finally, it provides an introduction to SQL and an example of using the CREATE TABLE syntax.
This document provides an overview of database management systems (DBMS). It discusses the history and components of DBMS, including how they were developed to address limitations of earlier file-based data management systems by providing data independence, efficient access, integrity, security, concurrent access and recovery from crashes. The document also covers DBMS concepts such as data definition and manipulation languages, database administration, types of users and databases, and advantages and disadvantages of DBMS.
FellowBuddy.com is an innovative platform that brings students together to share notes, exam papers, study guides, project reports and presentation for upcoming exams.
We connect Students who have an understanding of course material with Students who need help.
Benefits:-
# Students can catch up on notes they missed because of an absence.
# Underachievers can find peer developed notes that break down lecture and study material in a way that they can understand
# Students can earn better grades, save time and study effectively
Our Vision & Mission Simplifying Students Life
Our Belief The great breakthrough in your life comes when you realize it, that you can learn anything you need to learn; to accomplish any goal that you have set for yourself. This means there are no limits on what you can be, have or do.
Like Us - https://www.facebook.com/FellowBuddycom
The document provides an introduction to database management systems and their components. It discusses that a database is a collection of related data representing some aspect of the real world. A database management system (DBMS) allows users to define, construct, manipulate and share databases. The key functions of a DBMS include data definition, data storage, data manipulation such as querying and updating, and sharing data among multiple users. The document also provides examples of database systems and their typical components such as utilities, tools, and centralized and client/server architectures.
This document provides an introduction to databases. It discusses common uses of databases and limitations of file-based systems. A database is defined as a shared collection of logically related data designed to meet an organization's information needs. A Database Management System (DBMS) is software that enables users to define, create, maintain and control access to the database. Key components of a DBMS include hardware, software, data, procedures and people. The document outlines the history and advantages of DBMSs.
1. The document discusses database management systems (DBMS) and provides examples of common database applications like banking, airlines, universities, and more.
2. It then gives examples of university database applications like adding students/courses, registering for classes, assigning grades, and more.
3. Early database applications were built directly on file systems, but DBMS provides advantages like data integrity, security, transaction control, concurrent access, and independence from physical storage.
This document provides an overview of database management systems (DBMS). It defines key concepts like data, database, entity, attribute, and examples of DBMS like Oracle. It describes the goals and advantages of DBMS, including data independence, efficient data access, data integrity and security. Applications of DBMS discussed include banking, airlines, universities, and more. Finally, it introduces different views of data in a DBMS and various data models used to describe database structure, like the entity-relationship model.
The document discusses database management systems (DBMS) and their components and functions. A DBMS is software that allows for the creation, management and use of databases. It provides functions like data storage, retrieval, updating, transaction processing and security. The DBMS ensures data consistency and sharing between users. Common DBMS architectures include two-tier client-server and three-tier architectures with user interface, business logic and data layers.
Database designers often face conflicting goals such as adherence to design standards, processing speed, and information requirements. Design standards are important for developing logical structures that minimize redundancy. However, high processing speeds and complex information needs may require compromises, such as combining tables to avoid relationships or including derived attributes. The designer must balance these goals to meet customer needs for transactions, queries, and reports.
The document discusses database management systems and their advantages over traditional file systems. It covers key concepts such as:
1) Databases organize data into tables with rows and columns to allow for easier querying and manipulation of data compared to file systems which store data in unstructured files.
2) Database management systems employ concepts like normalization, transactions, concurrency and security to maintain data integrity and consistency when multiple users are accessing the data simultaneously.
3) The logical design of a database is represented by its schema, while a database instance refers to the current state of the data stored in the database tables at a given time.
Chapter 01 Fundamental of Database Management System (DBMS)Abdurehman Mahmud
油
This is an introduction to a fundamental database management system lecture Note. If it interests you please comment me and I will do it for the next chapters.... thanks a lot!!
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Usman Tariq
油
In this PPT, you will learn:
About data modeling and why data models are important
About the basic data-modeling building blocks
What business rules are and how they influence database design
How the major data models evolved
About emerging alternative data models and the needs they fulfill
How data models can be classified by their level of abstraction
Author: Carlos Coronel | Steven Morris
The document discusses database management systems (DBMS) and their advantages over traditional file-oriented data storage. It describes the key components of a DBMS, including the data definition language (DDL) used to define the database schema, the data manipulation language (DML) used to query and manipulate data, and database models like relational, hierarchical and network models. The document provides examples of how a sample education database could be structured in a relational model using tables, attributes, and relations.
The document provides an introduction to database management systems (DBMS) and database models. It defines key terms like data, database, DBMS, file system vs DBMS. It describes the evolution of DBMS from 1960 onwards and different database models like hierarchical, network and relational models. It also discusses the roles of different people who work with databases like database designers, administrators, application programmers and end users.
Introduction to database systems
Database size and complexity
What is DBMS?
Characteristics of Database approach
Users of database
Advantages of using database system
Database systems evolution
When not to use database systems
This document provides an overview of database management systems (DBMS). It defines what a DBMS is and discusses the need for DBMS compared to traditional file systems. Specifically, it notes that a DBMS allows for centralized control of data to reduce redundancy and improve data sharing, integrity, security and access. Examples of popular DBMS are provided, along with different database types based on number of users and data location. Common applications of DBMS are also listed.
This document provides an overview of database management systems (DBMS). It discusses what a DBMS is, common database applications, the benefits of using a DBMS like data independence and integrity, and the different levels of abstraction in a DBMS. It also summarizes key DBMS concepts like data models, schemas, languages for querying and manipulating data, and the roles of database administrators.
Database Management System IntroductionSmriti Jain
油
The document discusses key concepts in databases including:
- Data refers to raw facts and details, while entities are things that data describes with attributes.
- A record combines all details of an entity, files group related records, and a database collects logically related files and records.
- A database management system (DBMS) enables users to define, create and maintain databases and provides flexible data management.
- DBMS benefits include centralized data control, consistency, sharing, and independence from applications.
The document discusses traditional file systems and database management systems (DBMS). It provides an overview of traditional file systems, including their advantages and limitations. It then discusses DBMS, including its components, advantages like reduced data redundancy and improved data integrity, and limitations such as increased complexity. The document uses examples to illustrate key differences between traditional file systems and DBMS.
Chap1-Introduction to database systems.pptLisaMalar
油
This document provides an introduction to database systems. It defines key concepts like data, information, metadata and databases. It explains that a database management system (DBMS) is software that creates and manages large databases efficiently. The document discusses limitations of traditional file processing systems and how databases address these issues through centralized data storage, standardized access, and enforcing data integrity rules. It also describes the three levels of data abstraction in databases - physical, conceptual and external schemas.
The document discusses database management systems and data modeling. It begins by defining key terms like data, databases, database management systems, and data models. It then provides a brief history of database development from the 1960s to the 1980s. The rest of the document discusses database concepts in more detail, including components of a DBMS, types of database users, database administration responsibilities, data modeling techniques, and the evolution of different data models.
1. The document provides an introduction to database management systems (DBMS), including definitions of key concepts like data, information, databases, DBMS software, and types of database users.
2. It describes the different people involved with DBMS - database administrators who manage the system, designers who design the database structure, application programmers who write programs to interact with the database, and end users.
3. The document discusses database models like hierarchical, network, and relational models and compares their characteristics. It also covers important DBMS concepts like data independence, normalization, and keys.
helps the DBA in day to day activities
2
Security Administrator: responsible for security policies and implementation
3
Performance Tuner: responsible for tuning the database for better performance
4
Backup and Recovery Administrator: responsible for backup and recovery plans
2. Database Designer
Responsible for conceptual, logical and physical design of the database
Determines the data model, structure and constraints
Defines the schema and metadata
Works closely with the DBA and users
3. Database Programmer
Responsible for implementing the design into
This document provides an overview of database concepts. It discusses the traditional approach to data management versus the database approach. The traditional approach leads to problems like data redundancy, inconsistency, and inability to share data. A database management system addresses these issues by allowing centralized data storage and shared access. Key topics covered include data modeling, the relational database model, database administration, popular DBMSs, and emerging concepts like data warehousing, data mining and business intelligence.
The document provides an introduction to database principles. It discusses the limitations of file-based data management systems and how database management systems were developed to overcome these limitations. The key components of a database system are described, including the database, database management system, and application programs. Roles in a database environment like database administrators and end users are defined. Advantages of relational database management systems like controlling redundancy and improving data integrity are outlined. Some disadvantages of database systems like complexity and increased hardware costs are also noted.
Embrace the power of diverse perspectives and watch as every aspect of your life transforms for the better. For a personality development course, visit - sanjeevdatta.com
In today's digital era, securing funding has evolved beyond traditional methods. Online fundraising provides startups with innovative ways to connect with investors, donors, and crowdfunding platforms. The Startup Lab offers expert Online Fundraising Services, helping businesses leverage digital channels to raise capital efficiently.
It was an exciting half-day hackathon focused on leveraging New York State's Open Data resources using cutting-edge AI technologies and open-source tools. This event brought together developers, data scientists, civic tech enthusiasts, and public sector innovators to create impactful solutions for our communities.
When: Wednesday, March 26, 2025 - 11:00am - 5:00pm
Where: Rensselaer Polytechnic Institute, Troy, NY
CFO Services Drive Financial Growth with The Startup Lab.pdfThe Startup Lab
油
As businesses evolve, financial management becomes increasingly complex. Strategic decision-making, accurate forecasting, cash flow control, and regulatory compliance are no longer optionaltheyre essential. This is where professional CFO services come into play
Arable Land - Edited.wdAdaWDADAWDAWDAWDAWDjeronambayec5
油
The Struggles Of Commuting Among Junior And Senior High School Students In Thompson Christian School Year 2024-2025
Submitted By:
Ambayec, Jeron
Bernaldez, Kiezha Joan
Ibasco, Nethaniel
Tabogoy, Denver
CHAPTER 1
INTRODUCTION
As students face challenges of commuting daily, many students experience problems like traffic and insufficient public transportation services as they commute which negatively impacts their ability to attend school on time and their academic performances. Narrow roads with poorly designed intersections, weather conditions like heavy rainfall, and long distances are all issues that impact the travel time of students, affecting their participation in classes and their performances in school.
The narrow roads with poorly designed intersections can increase the time students take to travel as it increases the risks of accidents and causes traffic congestion, and weather conditions like rainfall can limit the options that students can take to travel. Students that live far away from school are most likely to experience mental fatigue as they exhaust themselves to travel back and forth from school everyday. According to Tabios (2023), there is also a rise in stranded commuters due to the insufficient presence of public utility jeepneys (PUJs) during rush hours and with this lack of anticipation from the city government of Davao, many people especially students bear the inconvenience of not getting a ride right away, from enduring the scorching heat to evading the frigid rainfall. By this fact, it is an example of how insufficient the public transportation services are in Davao City which negatively impacts the students ability to attend classes on time particularly in Thompson Christian School.
The costs of commuting also depend on the distance that students travel and the longer they travel, the more the commute cost grows which lays a financial burden among the students. The financial burden, delayed travel time and mental fatigue are all reasons as to why commuters lose their motivation to succeed in school which can cause tardiness. Tardiness has been proven to have a significant impact on students school performances. By being late, they may miss out classes or miss out lessons that are vital to learn in order to achieve academic success.
Even though the struggles of commuting among students has been widely recognized, there is a lack of research that addresses how different modes of transportation like for example (e.g., public transport vs. private vehicles) impact the lives of students and how they perform in school. This study aims to fill this gap by assessing how different modes of commuting affect students school experiences, academic outcomes, and overall well-being, particularly at Thompson Christian School.
PURPOSE OF THE STUDY
This study is conducted to identify what type of problems do students face as they commute and how it negatively impacts their lives.
By aiming for a better understandin
A quick look at career and brand explorationjosephgserrata
油
Db lecture 1
1. Institute of SouthernPunjab,
Multan
Mr. Saif ur Rehman Khan
BS (Computer Science)
MS (Data Science, and Computer Science)
Honors:
Certified Android Developer, Research Assistant
E-Mail: saifurrehman.khan@outlook.com
5. Chapter 1 - Objectives
Some common uses of database systems.
Characteristics of file-based systems.
Problems with file-based approach.
Meaning of the term database.
Meaning of the term Database Management System
(DBMS).
5
6. Chapter 1 - Objectives
Typical functions of a DBMS.
Major components of the DBMS environment.
History of the development of DBMS.
Advantages and disadvantages of DBMS.
6
7. Examples of Database Applications
Purchases from the supermarket
Purchases using your credit card
Booking a holiday at the travel agents
Using the local library
Taking out insurance
Renting a video
Using the Internet
Studying at university
7
8. History:
Computers initially used for computational / engineering
process.
After some time it has been thought that why should not used
computer for commercial application. So in this way some
languages were being used for such purpose like COBOL
language.
Commercial application introduced File Processing System.
8
9. File-Based Systems
Collection of application programs that perform services
for the end users (e.g. reports).
Each program defines and manages its own data.
9
10. File-Based Systems
Each system maintain data and processing its own.
Each system has own data and program/application. Each
system store there own data separately and process
independently.
Each system have own program for the purpose of processing
(Read / Store / Minor Calculation / output on the screen).
In each system program and data are interdependence because
program and data are depended on one another.
10
12. Limitations of File-Based Approach
Program-Data Dependence
All programs maintain metadata for each file they use
Duplication of Data
Different systems/programs have separate copies of the same data
Limited Data Sharing
No centralized control of data
Lengthy Development Times
Programmers must design their own file formats
Excessive Program Maintenance
80% of information systems budget
12
13. Limitations of File-Based Approach
Incompatible file formats
Programs are written in different languages, and so cannot easily
access each others files.
Fixed Queries of application programs
Programs are written to satisfy particular functions.
Any new requirement needs a new program.
13
14. Problems with Data Dependency
Each application programmer must maintain his/her own data
Each application program needs to include code for the meta
data of each file
Each application program must have its own processing
routines for reading, inserting, updating, and deleting data
Lack of coordination and central control
Non-standard file formats
14
16. Problems with Data Dependency
If data is being changed then the program must be changed and vice
versa For example if a library system has some attributes about book
like.
Book_id
Book_name
Book_title
Book_author
And after some time we add an other attribute like book_edition. So
you need to change data but on other hand you have to change the
program as well because program is dependent on data and vice
versa It means that if you change the data in library system you will
have to change Examination and Registration systems.
16
17. Figure 1-3 Old file processing systems at Pine Valley
Furniture Company
Duplicate Data
17
18. Problems with Data Redundancy
Waste of space to have duplicate data
Causes more maintenance issues
The biggest problem:
Data changes in one file could cause inconsistencies
Compromises in data integrity
18
20. No data sharing concept and inconsistency
Attribute Address appears in two systems, Examination
and Registration. (Duplication)
It creates inconsistency
for example if a student changes his address in registration
system and not updated examination
Address of student is different for registration information
communication and examination information communication.
20
22. Definitions
Database:
A database is a shared collection of logically related data,
which is stored to meet the requirement of different users of
an organization.
Data: Raw facts about any thing.
stored representations of meaningful objects and events
Structured: numbers, text, dates
Unstructured: images, video, documents
22
23. Definition1
Logically related data: for example a man is working in a company
and we want to get facts/data about such worker. We can gather many
data like
Necessary Data
Name
FName
Address
So many.
Unnecessary Data
Size of shoe
Hair color
Height
Weight
So many.
23
24. Definition1
Shared Collection: There are some data that is common for different
systems. Such data must not be duplicated and that should be shared
25
25. Definition 2:
A database is a self describing collection of integrated records.
Self describing:
In database, there are not only data stored but also
structure/definition/checks of that data. (In DBMS it is called
Schema/meta data. We will see later in more detail)
Meta data is the part of database
26
26. Definition 2:
Integrated record:
Records are linked to one another
When you see a record, to understand full meaning of that record
you will have to consider another record.
It means that for understanding of a record you need another
record which is linked with it.
27
27. Definitions
Information: data processed to increase knowledge of the person
using the data.
The processed data is called information (adding some knowledge).
Process means to add something to data.
To name/ label data is also a process.
Process can also add some knowledge, some information to the data.
28
28. Graphical displays turn data into useful
information that managers can use for
decision making and interpretation
Figure 1-1b Summarized data
30
29. Descriptions of the properties or characteristics of the
data, including data types, field sizes, allowable
values, and data context
31
30. The DATABASE Approach
Data sharing (common data is being stored at one place rather than
storing the same on separate terminals)
Data independence: Both data and program are now independent, if
you change data in one system, only that system will require the
change.
Controlled Redundancy (Duplication)
Better Data Integrity
Data consistency
Better data security
32
31. Control of data redundancy
Data & resource sharing eliminates or at least minimize
duplication
Better concurrency control
Multiple users access the data at the same time e.g. ATM
Better Backup and Recovery procedure
The DATABASE Approach
33
33. Database Management System
DBMS manages data resources like an operating system manages hardware resources
A software system that is used to create, maintain, and provide
controlled access to user databases
Order Filing
System
Invoicing
System
Payroll
System
DBMS
Central database
Contains employee,
order, inventory,
pricing, and
customer data
35
34. Database Management System
(Database) application program:
a computer program that interacts with database by issuing an
appropriate request (SQL statement) to the DBMS.
36
35. Database Approach: Parts of DB
Data Retrieval
Data Manipulation Language (DML).
Transaction Processing (TP)
Data definition language (DDL).
Data Control Language (DCL).
37
36. Views
Allows each user to have his or her own view of the
database.
A view is essentially some subset of the database.
38
37. Views - Benefits
Reduce complexity
Provide a level of security
Provide a mechanism to customize the appearance of the
database
Present a consistent, unchanging picture of the structure of
the database, even if the underlying database is changed
39
39. Components of DBMS Environment
Hardware
Can range from a PC to a network of computers.
Software
DBMS, operating system, network software (if necessary) and
also the application programs.
Data
Used by the organization and a description of this data called the
schema.
41
40. Components of DBMS Environment
Procedures
Instructions and rules that should be applied to the
design and use of the database and DBMS.
People
42
41. Roles in the Database Environment
Data Administrator (DA)
Database Administrator (DBA)
Database Designers (Logical and Physical)
Application Programmers
End Users (naive and sophisticated)
43
42. History of Database Systems
First-generation
Hierarchical and Network
Second generation
Relational
Third generation
Object-Relational
Object-Oriented
44
43. Advantages of DBMSs
Control of data redundancy
Data consistency
More information from the same amount of data
Sharing of data
Improved data integrity
Improved security
Enforcement of standards
Economy of scale
45
44. Advantages of DBMS
Balance conflicting requirements
Improved data accessibility and responsiveness
Increased productivity
Improved maintenance through data independence
Increased concurrency
Improved backup and recovery services
46
45. Disadvantages of DBMSs
Complexity
Size
Cost of DBMS
Additional hardware costs
Cost of conversion
Performance
Higher impact of a failure
47
46. Summary of Lecture
Some common uses of database systems.
Characteristics of file-based systems.
Problems with file-based approach.
Meaning of the term database.
Meaning of the term Database Management System
(DBMS).
48
47. Summary of Lecture
Typical functions of a DBMS.
Major components of the DBMS environment.
History of the development of DBMS.
Advantages and disadvantages of DBMS.
49
#9: Commercial application means no maximum calculation / computation involve.
Only data processing (Read/store/minor calculation) and then get output either on Monitor or paper.
#13: Metadata summarizes basic information about data, which can make finding and working with particular instances of data easier. For example,油author,油date油created油and油date modified and油file size油are examples of very basic document metadata. 油Having the ability to filter through that metadata makes it much easier for someone to locate a specific document