SlideShare a Scribd company logo
1 of 26
Download to read offline
CHARACTERISTICS OF DATABASE
APPROACH & ADVANTAGES OF
USING DBMS
By: Chartha
Gaglani
CONTENTS
• Characteristics of database approach
• Advantages of DBMS
• Drawbacks of DBMS
WHAT IS DATABASE MANAGEMENT
SYSTEM?
• Database Management System (DBMS) is a collection of
programs which enables its users to access database,
manipulate data, reporting / representation of data .
• It also helps to control access to the database.
• Database Management Systems is not a new concept and as
such had been first implemented in 1960s.
• With time database technologies evolved a lot while usage and
expected functionalities of databases have been increased
immensely.
CHARACTERISTICS OF DATABASE
APPROACH
• Self-Describing Nature of a Database System - A fundamental
characteristics of database approach is that the database system contains not
only the database itself but also a complete definition or description of the
database structure and constraints.
• This definition is stored in the DBMS catalog.
• The information stored in the catalog is called meta-data, and it describes
the structure of the primary database.
• Support of Multiple Views of the Data- A database typically has many
users, each of whom may require a different perspective or view of the
database. A view may be a subset of the database or it may contain virtual
data that is derived from the database files but is not explicitly stored. A
multiuser DBMS whose users have a variety of distinct applications must
provide facilities for defining multiple views.
• Sharing of Data and Multiuser Transaction Processing- A
multiuser DBMS, as its name implies, must allow multiple users to
access the database at the same time. This is essential if data for
multiple applications is to be integrated and maintained in a single
database. The DBMS must include concurrency control software to
ensure that several users trying to update the same data do so in a
controlled manner so that the result of the updates is correct.
• Represent Some Aspects of real world applications- A database
represents some features of real world applications.
• Manages Information- A database always takes care of its information
because information is always helpful for whatever work we do. It manages
all the information that is required to us.
• Easy Operation implementation- All the operations like insert, delete,
update, search etc. are carried out in a flexible and easy way. Database
makes it very simple to implement these operations. A user with little
knowledge can perform these operations. This characteristic of database
makes it more powerful.
• Data for specific purpose- A database is designed for data of specific
purpose. For example, The DrugBank database is a unique bioinformatics
and cheminformatics resource that combines detailed drug data with
comprehensive drug target information.
• It has Users of Specific interest- A database always has some indented
group of users and applications in which these user groups are interested.
• Data Persistence: Data persistence means that in a DBMS all data
is maintained as long as it is not deleted explicitly.
• Additionally data once stored in a database must not be lost.
Changes of a database which are done by a transaction are
persistent.
• Control of data redundancy- In the database approach, ideally, each data
item is stored in only one place in the database.
• In some cases, data redundancy still exists to improve system performance,
but such redundancy is controlled by application programming and kept to
minimum by introducing as little redudancy as possible when designing the
database.
• Restriction of unauthorized access- Not all users of a database system
will have the same accessing privileges. For example, one user might
have read-only access (i.e., the ability to read a file but not make changes),
while another might have read and write privileges, which is the ability to
both read and modify a file.
• For this reason, a database management system should provide a security
subsystem to create and control different types of user accounts and restrict
unauthorized access.
ADVANTAGES OF DBMS
1. Improved data sharing- An advantage of the database management
approach is, the DBMS helps to create an environment in which end users
have better access to more and better-managed data. Such access makes it
possible for end users to respond quickly to changes in their environment.
2. Improved data security- The more users access the data, the greater the
risks of data security breaches. A DBMS provides a framework for better
enforcement of data privacy and security policies.
3. Better data integration - Wider access to well-managed data promotes an
integrated view of the organization’s operations and a clearer view of the
big picture. It becomes much easier to see how actions in one segment of
the company affect other segments.
4. Minimized data inconsistency- Data inconsistency exists when different
versions of the same data appear in different places. The probability of data
inconsistency is greatly reduced in a properly designed database.
5. Improved data access- The DBMS makes it possible to produce quick answers
to ad hoc queries. From a database perspective, a query is a specific request
issued to the DBMS for data manipulation—for example, to read or update the
data. Simply put, a query is a question, and an ad hoc query is a spur-of-the-
moment question. The DBMS sends back an answer (called the query result
set) to the application.
6. Improved decision making- Better-managed data and improved data access
make it possible to generate better-quality information, on which better
decisions are based. The quality of the information generated depends on the
quality of the underlying data. Data quality is a comprehensive approach to
promoting the accuracy, validity, and timeliness of the data. While the DBMS
does not guarantee data quality, it provides a framework to facilitate data
quality initiatives.
6. Improved decision making- Better-managed data and improved data
access make it possible to generate better-quality information, on which
better decisions are based. The quality of the information generated
depends on the quality of the underlying data. Data quality is a
comprehensive approach to promoting the accuracy, validity, and timeliness
of the data. While the DBMS does not guarantee data quality, it provides a
framework to facilitate data quality initiatives.
7. Increased end-user productivity- The availability of data, combined with
the tools that transform data into usable information, empowers end users
to make quick, informed decisions that can make the difference between
success and failure in the global economy.
DISADVANTAGES OF DBMS
1. Increased costs: Database systems require sophisticated hardware and
software and highly skilled personnel. The cost of maintaining the
hardware, software, and personnel required to operate and manage a
database system can be substantial. Training, licensing, and regulation
compliance costs are often overlooked when database systems are
implemented.
2. Management complexity: Database systems interface with many
different technologies and have a significant impact on a company’s
resources and culture. The changes introduced by the adoption of a
database system must be properly managed to ensure that they help
advance the company’s objectives. Given the fact that database systems
hold crucial company data that are accessed from multiple sources,
security issues must be assessed constantly.
3. Maintaining currency: To maximize the efficiency of the database system,
you must keep your system current. Therefore, you must perform frequent
updates and apply the latest patches and security measures to all
components. Because database technology advances rapidly, personnel
training costs tend to be significant. Vendor dependence. Given the heavy
investment in technology and personnel training, companies might be
reluctant to change database vendors.
4. Frequent upgrade/replacement cycles: DBMS vendors frequently upgrade
their products by adding new functionality. Such new features often come
bundled in new upgrade versions of the software. Some of these versions
require hardware upgrades. Not only do the upgrades themselves cost
money, but it also costs money to train database users and administrators to
properly use and manage the new features.
Characteristics and Advantages of Database Management System

More Related Content

What's hot (20)

File system vs DBMS
File system vs DBMSFile system vs DBMS
File system vs DBMS
 
Database management functions
Database management functionsDatabase management functions
Database management functions
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
Components and Advantages of DBMS
Components and Advantages of DBMSComponents and Advantages of DBMS
Components and Advantages of DBMS
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
Data Models
Data ModelsData Models
Data Models
 
Data independence
Data independenceData independence
Data independence
 
Types Of Keys in DBMS
Types Of Keys in DBMSTypes Of Keys in DBMS
Types Of Keys in DBMS
 
Database management system
Database management system Database management system
Database management system
 
Normalization in DBMS
Normalization in DBMSNormalization in DBMS
Normalization in DBMS
 
Ordbms
OrdbmsOrdbms
Ordbms
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.
 
Types dbms
Types dbmsTypes dbms
Types dbms
 
Types of databases
Types of databasesTypes of databases
Types of databases
 
Dbms ppt
Dbms pptDbms ppt
Dbms ppt
 
Database language
Database languageDatabase language
Database language
 
Dbms and rdbms ppt
Dbms and rdbms pptDbms and rdbms ppt
Dbms and rdbms ppt
 
Data warehouse architecture
Data warehouse architecture Data warehouse architecture
Data warehouse architecture
 
Data Modeling PPT
Data Modeling PPTData Modeling PPT
Data Modeling PPT
 

Similar to Characteristics and Advantages of Database Management System

Similar to Characteristics and Advantages of Database Management System (20)

data base management report
data base management report data base management report
data base management report
 
DBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptxDBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptx
 
Unit 2 rdbms study_material
Unit 2  rdbms study_materialUnit 2  rdbms study_material
Unit 2 rdbms study_material
 
Advantages of Database Approach-converted.pdf
Advantages of Database Approach-converted.pdfAdvantages of Database Approach-converted.pdf
Advantages of Database Approach-converted.pdf
 
Assign 1
Assign 1Assign 1
Assign 1
 
Advantages of Database Approach The Farber Consulting Group, Inc
Advantages of Database Approach The Farber Consulting Group, IncAdvantages of Database Approach The Farber Consulting Group, Inc
Advantages of Database Approach The Farber Consulting Group, Inc
 
DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
CST204 DBMSMODULE1 PPT (1).pptx
CST204 DBMSMODULE1 PPT (1).pptxCST204 DBMSMODULE1 PPT (1).pptx
CST204 DBMSMODULE1 PPT (1).pptx
 
Intoduction- Database Management System
Intoduction- Database Management SystemIntoduction- Database Management System
Intoduction- Database Management System
 
Unit1 dbms
Unit1 dbmsUnit1 dbms
Unit1 dbms
 
Database management system
Database management systemDatabase management system
Database management system
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
Cp 121 lecture 01
Cp 121 lecture 01Cp 121 lecture 01
Cp 121 lecture 01
 
DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptx
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
1.data base administrator
1.data base administrator1.data base administrator
1.data base administrator
 
IT 650 Principles of Database DesignProject Milestone – 5.docx
IT 650 Principles of Database DesignProject Milestone – 5.docxIT 650 Principles of Database DesignProject Milestone – 5.docx
IT 650 Principles of Database DesignProject Milestone – 5.docx
 
Dbms
DbmsDbms
Dbms
 
Database management system (part 1)
Database management system (part 1)Database management system (part 1)
Database management system (part 1)
 
Dbms environment and components ppt.pptx
Dbms environment and components ppt.pptxDbms environment and components ppt.pptx
Dbms environment and components ppt.pptx
 

More from CharthaGaglani

Method Overloading In Java
Method Overloading In JavaMethod Overloading In Java
Method Overloading In JavaCharthaGaglani
 
Macromolecular interaction
Macromolecular interactionMacromolecular interaction
Macromolecular interactionCharthaGaglani
 
Cosmid Vectors, YAC and BAC Expression Vectors
Cosmid Vectors, YAC and BAC Expression VectorsCosmid Vectors, YAC and BAC Expression Vectors
Cosmid Vectors, YAC and BAC Expression VectorsCharthaGaglani
 
Transplantation immunology
Transplantation immunologyTransplantation immunology
Transplantation immunologyCharthaGaglani
 
Sex linked inheritance
Sex linked inheritanceSex linked inheritance
Sex linked inheritanceCharthaGaglani
 
Phylogenetics an overview
Phylogenetics an overviewPhylogenetics an overview
Phylogenetics an overviewCharthaGaglani
 
Saccharomyces cerevisiae
Saccharomyces cerevisiaeSaccharomyces cerevisiae
Saccharomyces cerevisiaeCharthaGaglani
 
Applications of computer
Applications of computerApplications of computer
Applications of computerCharthaGaglani
 

More from CharthaGaglani (13)

Reference Manager.pdf
Reference Manager.pdfReference Manager.pdf
Reference Manager.pdf
 
Method Overloading In Java
Method Overloading In JavaMethod Overloading In Java
Method Overloading In Java
 
Macromolecular interaction
Macromolecular interactionMacromolecular interaction
Macromolecular interaction
 
Cosmid Vectors, YAC and BAC Expression Vectors
Cosmid Vectors, YAC and BAC Expression VectorsCosmid Vectors, YAC and BAC Expression Vectors
Cosmid Vectors, YAC and BAC Expression Vectors
 
Bayesian inference
Bayesian inferenceBayesian inference
Bayesian inference
 
Antiviral agents
Antiviral agentsAntiviral agents
Antiviral agents
 
Transplantation immunology
Transplantation immunologyTransplantation immunology
Transplantation immunology
 
Sex linked inheritance
Sex linked inheritanceSex linked inheritance
Sex linked inheritance
 
Plastids presentation
Plastids presentationPlastids presentation
Plastids presentation
 
Phylogenetics an overview
Phylogenetics an overviewPhylogenetics an overview
Phylogenetics an overview
 
Saccharomyces cerevisiae
Saccharomyces cerevisiaeSaccharomyces cerevisiae
Saccharomyces cerevisiae
 
Applications of computer
Applications of computerApplications of computer
Applications of computer
 
Amino acids
Amino acidsAmino acids
Amino acids
 

Recently uploaded

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 

Recently uploaded (20)

Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 

Characteristics and Advantages of Database Management System

  • 1. CHARACTERISTICS OF DATABASE APPROACH & ADVANTAGES OF USING DBMS By: Chartha Gaglani
  • 2. CONTENTS • Characteristics of database approach • Advantages of DBMS • Drawbacks of DBMS
  • 3. WHAT IS DATABASE MANAGEMENT SYSTEM? • Database Management System (DBMS) is a collection of programs which enables its users to access database, manipulate data, reporting / representation of data . • It also helps to control access to the database. • Database Management Systems is not a new concept and as such had been first implemented in 1960s. • With time database technologies evolved a lot while usage and expected functionalities of databases have been increased immensely.
  • 4.
  • 5. CHARACTERISTICS OF DATABASE APPROACH • Self-Describing Nature of a Database System - A fundamental characteristics of database approach is that the database system contains not only the database itself but also a complete definition or description of the database structure and constraints. • This definition is stored in the DBMS catalog. • The information stored in the catalog is called meta-data, and it describes the structure of the primary database.
  • 6.
  • 7.
  • 8.
  • 9. • Support of Multiple Views of the Data- A database typically has many users, each of whom may require a different perspective or view of the database. A view may be a subset of the database or it may contain virtual data that is derived from the database files but is not explicitly stored. A multiuser DBMS whose users have a variety of distinct applications must provide facilities for defining multiple views.
  • 10.
  • 11. • Sharing of Data and Multiuser Transaction Processing- A multiuser DBMS, as its name implies, must allow multiple users to access the database at the same time. This is essential if data for multiple applications is to be integrated and maintained in a single database. The DBMS must include concurrency control software to ensure that several users trying to update the same data do so in a controlled manner so that the result of the updates is correct.
  • 12.
  • 13. • Represent Some Aspects of real world applications- A database represents some features of real world applications. • Manages Information- A database always takes care of its information because information is always helpful for whatever work we do. It manages all the information that is required to us. • Easy Operation implementation- All the operations like insert, delete, update, search etc. are carried out in a flexible and easy way. Database makes it very simple to implement these operations. A user with little knowledge can perform these operations. This characteristic of database makes it more powerful.
  • 14. • Data for specific purpose- A database is designed for data of specific purpose. For example, The DrugBank database is a unique bioinformatics and cheminformatics resource that combines detailed drug data with comprehensive drug target information. • It has Users of Specific interest- A database always has some indented group of users and applications in which these user groups are interested.
  • 15.
  • 16. • Data Persistence: Data persistence means that in a DBMS all data is maintained as long as it is not deleted explicitly. • Additionally data once stored in a database must not be lost. Changes of a database which are done by a transaction are persistent.
  • 17.
  • 18. • Control of data redundancy- In the database approach, ideally, each data item is stored in only one place in the database. • In some cases, data redundancy still exists to improve system performance, but such redundancy is controlled by application programming and kept to minimum by introducing as little redudancy as possible when designing the database. • Restriction of unauthorized access- Not all users of a database system will have the same accessing privileges. For example, one user might have read-only access (i.e., the ability to read a file but not make changes), while another might have read and write privileges, which is the ability to both read and modify a file. • For this reason, a database management system should provide a security subsystem to create and control different types of user accounts and restrict unauthorized access.
  • 19.
  • 20.
  • 21. ADVANTAGES OF DBMS 1. Improved data sharing- An advantage of the database management approach is, the DBMS helps to create an environment in which end users have better access to more and better-managed data. Such access makes it possible for end users to respond quickly to changes in their environment. 2. Improved data security- The more users access the data, the greater the risks of data security breaches. A DBMS provides a framework for better enforcement of data privacy and security policies. 3. Better data integration - Wider access to well-managed data promotes an integrated view of the organization’s operations and a clearer view of the big picture. It becomes much easier to see how actions in one segment of the company affect other segments.
  • 22. 4. Minimized data inconsistency- Data inconsistency exists when different versions of the same data appear in different places. The probability of data inconsistency is greatly reduced in a properly designed database. 5. Improved data access- The DBMS makes it possible to produce quick answers to ad hoc queries. From a database perspective, a query is a specific request issued to the DBMS for data manipulation—for example, to read or update the data. Simply put, a query is a question, and an ad hoc query is a spur-of-the- moment question. The DBMS sends back an answer (called the query result set) to the application. 6. Improved decision making- Better-managed data and improved data access make it possible to generate better-quality information, on which better decisions are based. The quality of the information generated depends on the quality of the underlying data. Data quality is a comprehensive approach to promoting the accuracy, validity, and timeliness of the data. While the DBMS does not guarantee data quality, it provides a framework to facilitate data quality initiatives.
  • 23. 6. Improved decision making- Better-managed data and improved data access make it possible to generate better-quality information, on which better decisions are based. The quality of the information generated depends on the quality of the underlying data. Data quality is a comprehensive approach to promoting the accuracy, validity, and timeliness of the data. While the DBMS does not guarantee data quality, it provides a framework to facilitate data quality initiatives. 7. Increased end-user productivity- The availability of data, combined with the tools that transform data into usable information, empowers end users to make quick, informed decisions that can make the difference between success and failure in the global economy.
  • 24. DISADVANTAGES OF DBMS 1. Increased costs: Database systems require sophisticated hardware and software and highly skilled personnel. The cost of maintaining the hardware, software, and personnel required to operate and manage a database system can be substantial. Training, licensing, and regulation compliance costs are often overlooked when database systems are implemented. 2. Management complexity: Database systems interface with many different technologies and have a significant impact on a company’s resources and culture. The changes introduced by the adoption of a database system must be properly managed to ensure that they help advance the company’s objectives. Given the fact that database systems hold crucial company data that are accessed from multiple sources, security issues must be assessed constantly.
  • 25. 3. Maintaining currency: To maximize the efficiency of the database system, you must keep your system current. Therefore, you must perform frequent updates and apply the latest patches and security measures to all components. Because database technology advances rapidly, personnel training costs tend to be significant. Vendor dependence. Given the heavy investment in technology and personnel training, companies might be reluctant to change database vendors. 4. Frequent upgrade/replacement cycles: DBMS vendors frequently upgrade their products by adding new functionality. Such new features often come bundled in new upgrade versions of the software. Some of these versions require hardware upgrades. Not only do the upgrades themselves cost money, but it also costs money to train database users and administrators to properly use and manage the new features.