Data Management
Data Management
Swati Sontakke
#
# CONTENTS
1
1 Data / Data base /goal of data management
2
2 Key components of data management
3
3 Types of data management system
What is database?
Database means collection of data. Database refers to a collection of electronic records that
could be processed to produce useful information. The data can be accessed, modified,
managed, controlled and organized to perform various data-processing operations. The data is
typically indexed across rows, columns and tables that make workload processing and data
querying efficient.
Goal of data management:
The goal of a data management plan is to consider the many aspects of data
management, metadata generation, data preservation, and analysis before the project
begins; this ensures that data are well-managed in the present and prepared for
preservation in the future
To facilitate these functions, DBMS has the following key components:
Software: networking software and the hardware infrastructure is involved in creating, accessing, managing and
processing the databases.
Data: DBMS contains operational data, access to database records and metadata as a resource to perform the
necessary functionality
Procedures: The documented guidelines assist users in designing, modifying, managing and processing databases
Database languages: Types of DBMS languages include Data Definition Language (DDL), Data Manipulation
Language (DML), Database Access Language (DAL) and Data Control Language (DCL).
Query processor: Query Processor acts as an intermediary between users and the DBMS data engine to
communicate query requests.
Runtime Database Manager: This component checks for user authorization to request the query; processes the
approved queries; devises an optimal strategy for query execution; supports concurrency so that multiple users
can simultaneously work on same databases; and ensures integrity of data recorded into the databases.
Runtime Database Manager: This component checks for user authorization to request the query;
processes the approved queries; devises an optimal strategy for query execution; supports concurrency so
that multiple users can simultaneously work on same databases; and ensures integrity of data recorded
into the databases.
Database Manager: Database manager allows a set of commands to perform different DBMS operations
that include creating, deleting, backup, restore, cloning and other database maintenance tasks. Database
manager may also be used to update the database with patches from vendors.
Database engine: that allow users or apps to create, read, write and delete records in databases. is the
core software component within the DBMS solution that performs the core functions associated with data
storage and retrieval
Reporting: The report generator extracts useful information from DBMS files and displays it in structured
format based on defined specifications. This information may be used for further analysis, decision
making or business intelligence.
• Hierarchical databases
• Network databases
• Relational databases
:
• Object-oriented databases
• Graph databases
• ER model databases
• Document databases
Steps for processing data
Below are some examples for data management is very vast scenario
• Online Shopping
• Yellow Pages
• Just Dial
Data management is a broad and ambiguous concept. The Global Data Management Community
(DAMA International) defines it as “the development of architectures, policies, practices and
procedures to manage the data lifecycle”. But when people say “data management”, what do they
really mean? We suggest five possibilities:
1.Cloud data management - the process of integrating data from an organization's ecosystem of cloud
applications. The main distinction of cloud data management is that all data storage, intake, and
processing takes place in a cloud-based storage medium.
2.Master data management - a method for managing critical organizational data: customers, accounts
and parties named in business transactions, in a standardized way that prevents redundancy across the
organization.
3.Reference data management - defines permissible values that can be used by other data fields, such
as postal codes, lists of countries, regions and cities, or product serial numbers. Reference data can be
home-grown or externally provided.
4.ETL and data integration - loading data from data sources into a data warehouse, transforming,
summarizing and aggregating them into a format suitable for high performance analysis.
5.Data analytics and visualization - processing selected data from big data sources and data
warehouses, performing advanced data analytics, and allowing analysts and data scientists to slice, dice,
and present visualizations and dashboards.