SlideShare a Scribd company logo
Chapter 5 Data Resource
Management
Fundamental Data Concepts
● Characters
● Fields
● Records
● Databases
Characters
● Characters: The most basic logical data element is the character, which
consists of a single alphabetic, numeric, or other symbol.
● Each character is stored in a byte
● 1 byte contains 8 bits
Field
● Field: consists of a grouping of related characters
● A Data field represents an attribute (a characteristic or quality) of some entity
(object, person, place, or event).
● Ex. First Name, Last Name
Records
● Record: All of the fields used to capture, organize, and store the attributes of
an entity are grouped to form a record.
● A record represents a collection of attributes that describe a single instance of
an entity.
● Another way of looking at a record is that it represents a single instance of an
entity
● Every record should have a primary key, which is a unique field that is used to
identify a particular record or instance
Files
● Files: A group of related records is a data file
● When it is independent of any other files related to it, a single table may be
referred to as a flat file.
● Ex. Employee records, or payroll file
Databases
● Database: A database is an integrated collection of logically related data
elements.
● The data stored in a database are independent of the application programs
using them and of the type of storage devices on which they are stored
● Databases contain data elements describing entities and relationships among
entities
Database.pdf
Entity Relationships
● Entities can be related to one another and describe each other’s properties
○ Unary Relationship: One type of entity is related to the same type of
entity
○ Binary Relationship: One type of entity is related to another type of
entity
● The number of times an entity of an entity set participates in a relationship
set is known as cardinality.
Entity Relationships - Cardinality
● Cardinality Types:
○ 1 to 1 One to One
○ 1 to N One to Many
○ N to 1 Many to One
Entity Relationships - Cardinality
● Cardinality Types:
○ N to M Many to Many
Database Structures
● The relationships among the many individual data elements stored in
databases are based on one of several logical data structures, or models.
● Five fundamental database structures are:
○ Hierarchical
○ Network
○ Relational
○ Object-oriented
○ Multidimensional models
Hierarchical Structure
● Used in early mainframe structures
● relationships between records form a hierarchy or tree like structure
● all records are dependent and arranged in multilevel structures, consisting of
one root record and any number of subordinate levels
● The data element or record at the highest level of the hierarchy is called the
root element.
● Data element can be accessed by moving progressively downward from a root
and along the branches of the tree until the desired record is located
Hierarchical Structure
Network Structure
● Represents more complex logical relationships and is still used by some
mainframe DBMS packages
● the 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
Network Structure
Relational Structure
● The relational model is the most widely used of the three database structures.
It is used by most microcomputer DBMS packages, as well as by most
midrange and mainframe systems.
● All data elements within the database are viewed as being stored in the form
of simple two-dimensional tables, sometimes referred to as relations.
● The tables in a relational database are flat files that have rows and columns
Relational Structure
Relational Structure
● Three basic operations can be performed on a relational database:
○ Select operation is used to create a subset of records that meet a stated
criterion.
○ Join operation can be used to combine two or more tables temporarily
so that a user can see relevant data in a form that looks like it is all in
one big table
○ Project operation is used to create a subset of the columns contained in
the temporary tables created by the select and join operations.
Multidimensional Structure
● Multidimensional model is a variation of the relational model that uses
multidimensional structures to organize data and express the relationships
between data
● Each cell within a multidimensional structure contains aggregated data
related to elements along each of its dimensions
Multidimensional Structure
Object Oriented Structure
● Object-oriented model is considered one of the key technologies of a new
generation of multimedia Web-based applications.
● An object consists of data values describing the attributes of an entity, plus
the operations that can be performed upon the data
● This encapsulation capability allows the object-oriented model to handle
complex types of data (graphics, pictures, voice, and text) more easily than
other database structures.
Object Oriented Structure
● The object-oriented model also supports inheritance.
● Inheritance allows new objects to be automatically created by replicating
some or all of the characteristics of one or more parent objects
Object Oriented Structure
Database Development
● Database administrators (DBAs) are responsible for database design and
maintenance
● Database developers use the data definition language (DDL) in database
management systems to develop and specify the data contents, relationships,
and structure of each database, as well as to modify these database
specifications when necessary
● Such information is cataloged and stored in a database of data definitions and
specifications called a data dictionary, or metadata repository
Database Development
● A data dictionary is a database management catalog or directory containing
metadata (i.e., data about data).
● Database administrators and database design analysts work with end users
and systems analysts to model business processes and the data they require.
● Then they determine:
1. What data definitions should be included in the database
2. What structures or relationships should exist among the data elements.
Data Planning and Database Design
1. Data Planning
a. Develop an enterprise model, showing business processes and need of
information among them
2. Requirements Specification
a. Identify the key data elements that are needed to perform their specific
business activities
3. Conceptual Design
a. High level design of information requirements
b. ERDs (Entity Relationship Diagrams)
4. Logical Design
a. Database schema
Data Planning and Database Design
5. Physical Design
a. Determining hardware/software requirements to implement the
database model
Entity Relationship Diagrams
Database Schema
View Schema – the design of the database at the view level of the data
abstraction i.e how end users will use the schema
Logical Schema – the design of the database at the conceptual level of the
data abstraction
Physical Schema – the design of the database defined at the physical level of
data abstraction
Database Schema
Database Resource Management
● Data resource management is a managerial activity that applies information
systems technologies like database management, data warehousing, and
other data management tools to the task of managing an organization’s data
resources to meet the information needs of their business stakeholder
Types of Databases
● Operational Databases
Operational databases store detailed data needed to support the business
processes and operations of a company.
These databases focus on storing/retrieving information specific to the operations
of a business and do not usually include support function data.
Ex. customer database, inventory database
Types of Databases
● Distributed Databases
Distributed databases can reside on network servers on the World Wide Web, on
corporate intranets or extranets, or on other company networks.
Advantages:
Segregation of data allows for the protection of valuable information
Accommodates different storage requirements
Types of Databases
● Distributed Databases
Disadvantages:
Maintaining Data accuracy across all database systems
Extra bandwidth & extra computing power needed to run the entire database
Types of Databases
● Distributed Databases
Updating in a Distributed Database is done in 2 ways:
Replication: involves using a specialized software application that looks at each
distributed database and then finds the changes made to it.
Duplication: identifies one database as a master and then duplicates that database
at a prescribed time after hours so that each distributed location has the same
data, local changes to the database will not affect the overall state of the entire
database
Types of Databases
● External Databases
Third-party databases that can be used to retrieve information about a specific
domain or area of interest.
Can also include search engines
Types of Databases
● Hypermedia Databases
A type of database where the information is stored as a set of interconnected
multimedia pages on a Web site in a database of interrelated hypermedia
page elements, rather than interrelated data records.
Data Warehouse
A data warehouse stores data that have been extracted from the various
operational, external, and other databases of an organization. It is a central source
of the data that has been cleaned, transformed, and cataloged so that they can be
used by managers and other business professionals.
It is an enterprise system used for the analysis and reporting of structured and
semi-structured data from multiple sources.
Data Warehouse
Data warehouses may be subdivided into data marts, which hold subsets of data
from the warehouse that focus on specific aspects of a company, such as a
department or a business process.
Data in a data warehouse is static instead of dynamic, this restriction is so that
queries can be made on the data to look for complex patterns or historical trends
that might otherwise go unnoticed with dynamic data that change constantly as a
result of new transactions and updates
Data Warehouse
Database.pdf
Data Mining
Data mining is a major use of data warehouse databases and the static data they contain.
In data mining, the data in a data warehouse are analyzed to reveal hidden patterns and
trends in historical business activity.
Many companies use data mining to:
• Perform market-basket analysis to identify new product bundles.
• Find root causes of quality or manufacturing problems.
• Prevent customer attrition and acquire new customers.
• Cross-sell to existing customers.
• Profile customers with more accuracy.
Data Mining
Data Mining
Traditional Data Processing
Challenges of Traditional Data Processing:
● The information is in several different files, each organized in a different way.
● Each file has been organized to be used by a different application program,
none of which produces the information needed.
● No application program was available to help get the information from these
files.
Traditional Data Processing
Problems of Traditional Data Processing:
● Data Redundancy: Independent data included a lot of duplicated data, and
updating it was quite cumbersome
● Lack of Data Integration: End users had to manually extract data from
required sources
● Data Dependence: Too much dependence on systems, changes in the data
and structure of the records required changes in the application programs
that used it
Traditional Data Processing
Problems of Traditional Data Processing:
● Lack of Data Integrity or Standardization: Attributes such as addresses,
phone numbers represented in different formats caused problem in data
integrity and data maintenance
Traditional Data Processing
Problems of Traditional Data Processing:
● Lack of Data Integrity or Standardization: Attributes such as addresses,
phone numbers represented in different formats caused problem in data
integrity and data maintenance
Database Management System
To solve the problems of early file processing systems, Database Management
Systems (DBMS) were introduced
● A database management system (DBMS) is the main software tool of the
database management approach because it controls the creation,
maintenance, and use of the databases of an organization and its end user
● Ex. Microsoft Access, MySQL, MS SQL Server (RDBMS)
Database Management System
Main functions of a DBMS:
1. To create new databases and database applications
2. To maintain the quality of the data in an organization’s databases
3. To use the databases of an organization to provide the information that its
end users need.
Database Management System
Features of a DBMS
1. Database development involves defining and organizing the content,
relationships, and structure of the data needed to build a database.
2. Database application development involves using a DBMS to develop
prototypes of queries, forms, reports, and Web pages for a proposed business
application.
3. Database maintenance involves using transaction processing systems and
other tools to add, delete, update, and correct the data in a database.
4. Database interrogation involves asking for information from a database using
a query feature or a report generator
Database Management System
Features of a DBMS
1. Database development involves defining and organizing the content,
relationships, and structure of the data needed to build a database.
2. Database application development involves using a DBMS to develop
prototypes of queries, forms, reports, and Web pages for a proposed business
application.
3. Database maintenance involves using transaction processing systems and
other tools to add, delete, update, and correct the data in a database.
4. Database interrogation involves asking for information from a database using
a query feature or a report generator
Database Management System
Database Interrogation & SQL
(Explained in Class)

More Related Content

PDF
Bloc Basic DBMS in detailed information
PPTX
DBMS unit 1.pptx
PPTX
Lecture 1. Data Structure & Algorithm.pptx
PPTX
DATA RESOURCE MANAGEMENT
PPT
Ch1_Intro-95(1).ppt
PPTX
Introduction to database
PPTX
Introduction to data structures (ss)
PPTX
RowanDay4.pptx
Bloc Basic DBMS in detailed information
DBMS unit 1.pptx
Lecture 1. Data Structure & Algorithm.pptx
DATA RESOURCE MANAGEMENT
Ch1_Intro-95(1).ppt
Introduction to database
Introduction to data structures (ss)
RowanDay4.pptx

Similar to Database.pdf (20)

PPTX
LEARNING OBJECTIVES education relational.pptx
PPTX
Unit 1.pptx
PPTX
Unit-1 DataStructure Intro.pptx
PPTX
Chapter 4 Chapter Relational DB - Copy.pptx
PPT
Management information system database management
PPTX
DataStructurePpt.pptx
PPTX
SQL (Scratch to Advance).pptx
PPTX
DataStructurePpt-01.pptxEngineering data structure notes
PPTX
DatabaseManagementSystem.pptx
PPTX
Module 2.3 Document Databases in NoSQL Systems
PPTX
DATA-STRUCTURES.pptx
PPTX
Ch-11 Relational Databases.pptx
PPTX
DATA STRUCTURE AND COMPUTER ALGORITHMS LECTURE 1
PDF
Managing Information Systems - S03.pdf
PPTX
Unit-1 DBMS24.pptxruzruxtidtixift8ffticiycyoc
PPTX
Lecture 2 Data Structure Introduction
PPSX
PDF
1.0 Introduction to Database Management Systems.pdf
PPTX
DBMS ppts unit1.pptx
LEARNING OBJECTIVES education relational.pptx
Unit 1.pptx
Unit-1 DataStructure Intro.pptx
Chapter 4 Chapter Relational DB - Copy.pptx
Management information system database management
DataStructurePpt.pptx
SQL (Scratch to Advance).pptx
DataStructurePpt-01.pptxEngineering data structure notes
DatabaseManagementSystem.pptx
Module 2.3 Document Databases in NoSQL Systems
DATA-STRUCTURES.pptx
Ch-11 Relational Databases.pptx
DATA STRUCTURE AND COMPUTER ALGORITHMS LECTURE 1
Managing Information Systems - S03.pdf
Unit-1 DBMS24.pptxruzruxtidtixift8ffticiycyoc
Lecture 2 Data Structure Introduction
1.0 Introduction to Database Management Systems.pdf
DBMS ppts unit1.pptx
Ad

Recently uploaded (20)

PPTX
HPE Aruba-master-icon-library_052722.pptx
PPTX
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
PPTX
Tenders & Contracts Works _ Services Afzal.pptx
PDF
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
PDF
Phone away, tabs closed: No multitasking
PPTX
An introduction to AI in research and reference management
PDF
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
PPTX
Special finishes, classification and types, explanation
PDF
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
PPTX
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PPTX
Fundamental Principles of Visual Graphic Design.pptx
DOCX
The story of the first moon landing.docx
PPT
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
PPTX
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
PPT
Machine printing techniques and plangi dyeing
PPTX
AD Bungalow Case studies Sem 2.pptxvwewev
PPT
UNIT I- Yarn, types, explanation, process
PPTX
rapid fire quiz in your house is your india.pptx
PPT
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
HPE Aruba-master-icon-library_052722.pptx
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
Tenders & Contracts Works _ Services Afzal.pptx
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
Phone away, tabs closed: No multitasking
An introduction to AI in research and reference management
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
Special finishes, classification and types, explanation
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
Fundamental Principles of Visual Graphic Design.pptx
The story of the first moon landing.docx
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
Machine printing techniques and plangi dyeing
AD Bungalow Case studies Sem 2.pptxvwewev
UNIT I- Yarn, types, explanation, process
rapid fire quiz in your house is your india.pptx
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
Ad

Database.pdf

  • 1. Chapter 5 Data Resource Management
  • 2. Fundamental Data Concepts ● Characters ● Fields ● Records ● Databases
  • 3. Characters ● Characters: The most basic logical data element is the character, which consists of a single alphabetic, numeric, or other symbol. ● Each character is stored in a byte ● 1 byte contains 8 bits
  • 4. Field ● Field: consists of a grouping of related characters ● A Data field represents an attribute (a characteristic or quality) of some entity (object, person, place, or event). ● Ex. First Name, Last Name
  • 5. Records ● Record: All of the fields used to capture, organize, and store the attributes of an entity are grouped to form a record. ● A record represents a collection of attributes that describe a single instance of an entity. ● Another way of looking at a record is that it represents a single instance of an entity ● Every record should have a primary key, which is a unique field that is used to identify a particular record or instance
  • 6. Files ● Files: A group of related records is a data file ● When it is independent of any other files related to it, a single table may be referred to as a flat file. ● Ex. Employee records, or payroll file
  • 7. Databases ● Database: A database is an integrated collection of logically related data elements. ● The data stored in a database are independent of the application programs using them and of the type of storage devices on which they are stored ● Databases contain data elements describing entities and relationships among entities
  • 9. Entity Relationships ● Entities can be related to one another and describe each other’s properties ○ Unary Relationship: One type of entity is related to the same type of entity ○ Binary Relationship: One type of entity is related to another type of entity ● The number of times an entity of an entity set participates in a relationship set is known as cardinality.
  • 10. Entity Relationships - Cardinality ● Cardinality Types: ○ 1 to 1 One to One ○ 1 to N One to Many ○ N to 1 Many to One
  • 11. Entity Relationships - Cardinality ● Cardinality Types: ○ N to M Many to Many
  • 12. Database Structures ● The relationships among the many individual data elements stored in databases are based on one of several logical data structures, or models. ● Five fundamental database structures are: ○ Hierarchical ○ Network ○ Relational ○ Object-oriented ○ Multidimensional models
  • 13. Hierarchical Structure ● Used in early mainframe structures ● relationships between records form a hierarchy or tree like structure ● all records are dependent and arranged in multilevel structures, consisting of one root record and any number of subordinate levels ● The data element or record at the highest level of the hierarchy is called the root element. ● Data element can be accessed by moving progressively downward from a root and along the branches of the tree until the desired record is located
  • 15. Network Structure ● Represents more complex logical relationships and is still used by some mainframe DBMS packages ● the 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
  • 17. Relational Structure ● The relational model is the most widely used of the three database structures. It is used by most microcomputer DBMS packages, as well as by most midrange and mainframe systems. ● All data elements within the database are viewed as being stored in the form of simple two-dimensional tables, sometimes referred to as relations. ● The tables in a relational database are flat files that have rows and columns
  • 19. Relational Structure ● Three basic operations can be performed on a relational database: ○ Select operation is used to create a subset of records that meet a stated criterion. ○ Join operation can be used to combine two or more tables temporarily so that a user can see relevant data in a form that looks like it is all in one big table ○ Project operation is used to create a subset of the columns contained in the temporary tables created by the select and join operations.
  • 20. Multidimensional Structure ● Multidimensional model is a variation of the relational model that uses multidimensional structures to organize data and express the relationships between data ● Each cell within a multidimensional structure contains aggregated data related to elements along each of its dimensions
  • 22. Object Oriented Structure ● Object-oriented model is considered one of the key technologies of a new generation of multimedia Web-based applications. ● An object consists of data values describing the attributes of an entity, plus the operations that can be performed upon the data ● This encapsulation capability allows the object-oriented model to handle complex types of data (graphics, pictures, voice, and text) more easily than other database structures.
  • 23. Object Oriented Structure ● The object-oriented model also supports inheritance. ● Inheritance allows new objects to be automatically created by replicating some or all of the characteristics of one or more parent objects
  • 25. Database Development ● Database administrators (DBAs) are responsible for database design and maintenance ● Database developers use the data definition language (DDL) in database management systems to develop and specify the data contents, relationships, and structure of each database, as well as to modify these database specifications when necessary ● Such information is cataloged and stored in a database of data definitions and specifications called a data dictionary, or metadata repository
  • 26. Database Development ● A data dictionary is a database management catalog or directory containing metadata (i.e., data about data). ● Database administrators and database design analysts work with end users and systems analysts to model business processes and the data they require. ● Then they determine: 1. What data definitions should be included in the database 2. What structures or relationships should exist among the data elements.
  • 27. Data Planning and Database Design 1. Data Planning a. Develop an enterprise model, showing business processes and need of information among them 2. Requirements Specification a. Identify the key data elements that are needed to perform their specific business activities 3. Conceptual Design a. High level design of information requirements b. ERDs (Entity Relationship Diagrams) 4. Logical Design a. Database schema
  • 28. Data Planning and Database Design 5. Physical Design a. Determining hardware/software requirements to implement the database model
  • 30. Database Schema View Schema – the design of the database at the view level of the data abstraction i.e how end users will use the schema Logical Schema – the design of the database at the conceptual level of the data abstraction Physical Schema – the design of the database defined at the physical level of data abstraction
  • 32. Database Resource Management ● Data resource management is a managerial activity that applies information systems technologies like database management, data warehousing, and other data management tools to the task of managing an organization’s data resources to meet the information needs of their business stakeholder
  • 33. Types of Databases ● Operational Databases Operational databases store detailed data needed to support the business processes and operations of a company. These databases focus on storing/retrieving information specific to the operations of a business and do not usually include support function data. Ex. customer database, inventory database
  • 34. Types of Databases ● Distributed Databases Distributed databases can reside on network servers on the World Wide Web, on corporate intranets or extranets, or on other company networks. Advantages: Segregation of data allows for the protection of valuable information Accommodates different storage requirements
  • 35. Types of Databases ● Distributed Databases Disadvantages: Maintaining Data accuracy across all database systems Extra bandwidth & extra computing power needed to run the entire database
  • 36. Types of Databases ● Distributed Databases Updating in a Distributed Database is done in 2 ways: Replication: involves using a specialized software application that looks at each distributed database and then finds the changes made to it. Duplication: identifies one database as a master and then duplicates that database at a prescribed time after hours so that each distributed location has the same data, local changes to the database will not affect the overall state of the entire database
  • 37. Types of Databases ● External Databases Third-party databases that can be used to retrieve information about a specific domain or area of interest. Can also include search engines
  • 38. Types of Databases ● Hypermedia Databases A type of database where the information is stored as a set of interconnected multimedia pages on a Web site in a database of interrelated hypermedia page elements, rather than interrelated data records.
  • 39. Data Warehouse A data warehouse stores data that have been extracted from the various operational, external, and other databases of an organization. It is a central source of the data that has been cleaned, transformed, and cataloged so that they can be used by managers and other business professionals. It is an enterprise system used for the analysis and reporting of structured and semi-structured data from multiple sources.
  • 40. Data Warehouse Data warehouses may be subdivided into data marts, which hold subsets of data from the warehouse that focus on specific aspects of a company, such as a department or a business process. Data in a data warehouse is static instead of dynamic, this restriction is so that queries can be made on the data to look for complex patterns or historical trends that might otherwise go unnoticed with dynamic data that change constantly as a result of new transactions and updates
  • 43. Data Mining Data mining is a major use of data warehouse databases and the static data they contain. In data mining, the data in a data warehouse are analyzed to reveal hidden patterns and trends in historical business activity. Many companies use data mining to: • Perform market-basket analysis to identify new product bundles. • Find root causes of quality or manufacturing problems. • Prevent customer attrition and acquire new customers. • Cross-sell to existing customers. • Profile customers with more accuracy.
  • 46. Traditional Data Processing Challenges of Traditional Data Processing: ● The information is in several different files, each organized in a different way. ● Each file has been organized to be used by a different application program, none of which produces the information needed. ● No application program was available to help get the information from these files.
  • 47. Traditional Data Processing Problems of Traditional Data Processing: ● Data Redundancy: Independent data included a lot of duplicated data, and updating it was quite cumbersome ● Lack of Data Integration: End users had to manually extract data from required sources ● Data Dependence: Too much dependence on systems, changes in the data and structure of the records required changes in the application programs that used it
  • 48. Traditional Data Processing Problems of Traditional Data Processing: ● Lack of Data Integrity or Standardization: Attributes such as addresses, phone numbers represented in different formats caused problem in data integrity and data maintenance
  • 49. Traditional Data Processing Problems of Traditional Data Processing: ● Lack of Data Integrity or Standardization: Attributes such as addresses, phone numbers represented in different formats caused problem in data integrity and data maintenance
  • 50. Database Management System To solve the problems of early file processing systems, Database Management Systems (DBMS) were introduced ● A database management system (DBMS) is the main software tool of the database management approach because it controls the creation, maintenance, and use of the databases of an organization and its end user ● Ex. Microsoft Access, MySQL, MS SQL Server (RDBMS)
  • 51. Database Management System Main functions of a DBMS: 1. To create new databases and database applications 2. To maintain the quality of the data in an organization’s databases 3. To use the databases of an organization to provide the information that its end users need.
  • 52. Database Management System Features of a DBMS 1. Database development involves defining and organizing the content, relationships, and structure of the data needed to build a database. 2. Database application development involves using a DBMS to develop prototypes of queries, forms, reports, and Web pages for a proposed business application. 3. Database maintenance involves using transaction processing systems and other tools to add, delete, update, and correct the data in a database. 4. Database interrogation involves asking for information from a database using a query feature or a report generator
  • 53. Database Management System Features of a DBMS 1. Database development involves defining and organizing the content, relationships, and structure of the data needed to build a database. 2. Database application development involves using a DBMS to develop prototypes of queries, forms, reports, and Web pages for a proposed business application. 3. Database maintenance involves using transaction processing systems and other tools to add, delete, update, and correct the data in a database. 4. Database interrogation involves asking for information from a database using a query feature or a report generator
  • 54. Database Management System Database Interrogation & SQL (Explained in Class)