SlideShare a Scribd company logo
1 of 20
DATABASE
MANAGEMENT SYTEM
CONTENTS
● DATABASE
● DATABSE MANAGEMENT SYSTEM
● PURPOSE OF DBMS
● APPLICATIONS OF DBMS
● ADVANTAGES OF DBMS
● DISADVANTAGES OF DBMS
WHAT IS A DATABASE?
● A database is an organized collection of data. A
relational database, more restrictively, is a collection
of schemas, tables, queries, reports, views, and other
elements.
● Data is organized into rows, columns and tables, and it
is indexed to make it easier to find relevant information.
Data gets updated, expanded and deleted as new
information is added. Databases process workloads to
create and update themselves, querying the data they
contain and running applications against it.
WHAT IS A DATABASE?
● A database is not generally portable across different
DBMSs, but different DBMSs can interoperate by
using standards such as SQL and ODBC or JDBC to
allow a single application to work with more than one
DBMS.
● Database designers typically organize the data to model
aspects of reality in a way that supports processes
requiring information, such as (for example) modelling
the availability of rooms in hotels in a way that supports
finding a hotel with vacancies.
WHAT IS A DBMS?
● Stands for "Database Management System."
● A DBMS is a database program. Technically, it is a
software system that uses a standard method of
cataloguing, retrieving, and running queries on data.
● The DBMS manages incoming data, organizes it, and
provides ways for the data to be modified or extracted
by users or other programs.
● Some DBMS examples include MySQL, PostgreSQL,
Microsoft Access, SQL Server, FileMaker, Oracle,
RDBMS, dBase, Clipper, and FoxPro.
WHAT IS A DBMS?
● Since there are so many database management systems
available, it is important for there to be a way for them
to communicate with each other. For this reason, most
database software comes with an Open Database
Connectivity (ODBC) driver that allows the database to
integrate with other databases.
● For example, common SQL statements such as SELECT
and INSERT are translated from a program’s
proprietary syntax into a syntax other databases can
understand.
PURPOSE OF DBMS
1. DATA REDUNDANCY
In previous data management system (file processing
system), different programmer creates files and writes
application programs to access it. In file system, each
application accessed its own private files which cannot be
shared between different applications.
If two applications needs same file then there must be two
files for both application. This causes data redundancy.
For example, ‘Need For Speed’ game needs ‘direct X 9’ file
and ‘counter strike’ game needs it too. Now a days, if we
install direct x 10 once then it will be accessed by many
programs. This minimized data redundancy.
PURPOSE OF DBMS
2. DATA INTEGRITY IS ENFORCED
Accurate data is maintained in database management
system. Some kind of constraints are enforced on the
database to maintain integrity.
For example, If the data type is numbers (age) in the table,
then you cannot enter text.
3. INCONSISTENCY CAN BE AVOIDED
Data is accessed and manipulated frequently. If two
programs are accessing the same data and one program
changed it, then another program processes with wrong
data so it should avoid the chances of inconsistency.
PURPOSE OF DBMS
4. DATA CAN BE SHARED
Data can be shared in centralized database management
system. Because of sharing of data, different applications
can access the centralized data.
6. PROVIDE BACKUP AND RECOVERY
As database has vital and important data, there is need of
backup and recovery. Backup and recovery must be
reliable and possible when needed. Software and hardware
failure is often and database backup and recovery is
important in case of failure.
APPLICATION OF DBMS
● Telecom:
There is a database to keeps track of the information
regarding calls made, network usage, customer details etc.
Without the database systems it is hard to maintain that
huge amount of data that keeps updating every
millisecond.
● Industry:
Where it is a manufacturing unit, warehouse or
distribution centre, each one needs a database to keep the
records of ins and outs. For example distribution centre
have to keep track of the product units that supplied in
and products that got delivered out each day.
APPLICATION OF DBMS
● Banking System:
For storing customer info, tracking day to day credit and
debit transactions, generating bank statements etc. All this
work has been done with the help of Database
management systems.
● Education sector:
Database systems are frequently used in schools and
colleges to store and retrieve the data regarding student
details, staff details, course details, exam details, payroll
data, attendance details, fees details etc. There is a lot of
inter-related data that needs to be stored and retrieved in
an efficient manner.
APPLICATION OF DBMS
● Online shopping:
We are aware of the online shopping websites such as
Amazon, Flipkart etc. These sites store the product
information, your addresses and preferences, credit details
and provide you the relevant list of products based on your
query. All this involves a Database management system.
● Military:
Military keeps records of millions of soldiers and it has
millions of files that should be keep secured and safe. As
DBMS provides a big security assurance to the military
information so it is widely used in militaries.
APPLICATION OF DBMS
● Social Media Sites:
We all are on social media websites to share our views and
connect with our friends. Daily millions of users signed up
for these social media accounts like Facebook, twitter,
Pinterest and Google plus. But how all the information of
users are stored and how we become able to connect to
other people is because of DBMS.
● Military:
Military keeps records of millions of soldiers and it has
millions of files that should be keep secured and safe. As
DBMS provides a big security assurance to the military
information so it is widely used in militaries.
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, greater the risks of data
security breaches. Corporations invest huge amounts of
time, effort, and money to ensure that corporate data are
used properly. A DBMS provides a framework for better
enforcement of data privacy and security policies.
ADVANTAGES OF DBMS
3. INCONSISTENCY CAN BE AVOIDED:
When the same data is duplicated and changes are made at
only one site, it gives inconsistency and the two entries of
same data will not agree. At such times data is said to be
inconsistent. So, if the redundancy is removed chances of
having inconsistent data is also removed.
4. STANDARDS CAN BE ENFORCED:
DBMS is a central system, so standard can be enforced
easily may be at Company level/Department level. This
data is helpful during interchanging of data. The file
system is an independent system so standard cannot be
enforced on multiple applications.
ADVANTAGES OF DBMS
5. PROVIDING BACKUP AND RECOVERY:
The backup and recovery subsystem of the DBMS is
responsible for recovery. For example, if the computer
system fails in the middle of a complex update program,
the recovery subsystem is makes sure that the database is
restored before the program started executing.
6. 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. COMPLEXITY:
The provision of the functionality that is expected of a
good DBMS makes the DBMS an extremely complex piece
of software. Database designers, developers, database
administrators and end-users must understand this
functionality to take full advantage of it. Failure to
understand the system can lead to bad design decisions,
which can have serious consequences for an organization.
DISADVANTAGES OF
DBMS
2. SIZE:
The complexity and breadth of functionality makes the
DBMS an extremely large piece of software, occupying
many megabytes of disk space and requiring substantial
amounts of memory to run efficiently.
3. PERFORMANCE:
File Based system is written for a specific application,
such as invoicing. As result, performance is generally very
good but DBMS is for more general applications than one.
So, some applications may not run as fast as they used to.
DISADVANTAGES OF
DBMS
4. COST OF CONVERSION:
In some situations, the cost of DBMS and extra hardware
may be insignificant compared with the cost of converting
existing applications to run on the new DBMS and
hardware. This cost also includes the cost of training staff
to use these new systems and possibly the employment of
specialist staff to help with conversion and running of the
system. This cost is one of the main reasons why some
organizations feel tied to their current systems and cannot
switch to modern database technology.
DISADVANTAGES OF
DBMS
5. HIGHER IMPACT OF FAILURE:
The centralization of resources increases the vulnerability
of the system. Since all users and applications rely on the
vailabi1ity of the DBMS, the failure of any component can
bring operations to a halt.
6. COST OF DBMS:
The cost of DBMS varies significantly, depending on the
environment and functionality provided. There is also the
recurrent annual maintenance cost.

More Related Content

What's hot

1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMSkoolkampus
 
Fundamentals of Database system
Fundamentals of Database systemFundamentals of Database system
Fundamentals of Database systemphilipsinter
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to DatabaseSiti Ismail
 
Introduction of DBMS
Introduction of DBMSIntroduction of DBMS
Introduction of DBMSYouQue ™
 
Types o f information systems
Types o f information systemsTypes o f information systems
Types o f information systemsBimbashree K.G
 
Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model IntroductionNishant Munjal
 
Database approach
Database approachDatabase approach
Database approachuzmajamal
 
Components and Advantages of DBMS
Components and Advantages of DBMSComponents and Advantages of DBMS
Components and Advantages of DBMSShubham Joon
 
Characteristic of dabase approach
Characteristic of dabase approachCharacteristic of dabase approach
Characteristic of dabase approachLuina Pani
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to databaseArpee Callejo
 
Relational database
Relational database Relational database
Relational database Megha Sharma
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbmsRituBhargava7
 
Client server architecture
Client server architectureClient server architecture
Client server architectureBhargav Amin
 

What's hot (20)

1. Introduction to DBMS
1. Introduction to DBMS1. Introduction to DBMS
1. Introduction to DBMS
 
Dbms ppt
Dbms pptDbms ppt
Dbms ppt
 
Fundamentals of Database system
Fundamentals of Database systemFundamentals of Database system
Fundamentals of Database system
 
Dbms slides
Dbms slidesDbms slides
Dbms slides
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
Introduction of DBMS
Introduction of DBMSIntroduction of DBMS
Introduction of DBMS
 
Types Of Operating Systems
Types Of Operating SystemsTypes Of Operating Systems
Types Of Operating Systems
 
Types o f information systems
Types o f information systemsTypes o f information systems
Types o f information systems
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model Introduction
 
Database approach
Database approachDatabase approach
Database approach
 
Components and Advantages of DBMS
Components and Advantages of DBMSComponents and Advantages of DBMS
Components and Advantages of DBMS
 
Characteristic of dabase approach
Characteristic of dabase approachCharacteristic of dabase approach
Characteristic of dabase approach
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Relational database
Relational database Relational database
Relational database
 
File management
File managementFile management
File management
 
DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
Client server architecture
Client server architectureClient server architecture
Client server architecture
 

Similar to Database management system

DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptxkingVox
 
data base management report
data base management report data base management report
data base management report shivam tripathi
 
DBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptxDBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptxDivyaKS12
 
Database Management System.pptx
Database Management System.pptxDatabase Management System.pptx
Database Management System.pptxAaravSharma743156
 
database disegn.pptx
database disegn.pptxdatabase disegn.pptx
database disegn.pptxBARHAMMUSIC
 
Unit 2 rdbms study_material
Unit 2  rdbms study_materialUnit 2  rdbms study_material
Unit 2 rdbms study_materialgayaramesh
 
Dbms environment and components ppt.pptx
Dbms environment and components ppt.pptxDbms environment and components ppt.pptx
Dbms environment and components ppt.pptxRITIKRAJ437758
 
Characteristics and Advantages of Database Management System
Characteristics and Advantages of Database Management SystemCharacteristics and Advantages of Database Management System
Characteristics and Advantages of Database Management SystemCharthaGaglani
 
Chapter 1. Itroduction To DBMS -.pptx
Chapter 1. Itroduction To DBMS -.pptxChapter 1. Itroduction To DBMS -.pptx
Chapter 1. Itroduction To DBMS -.pptxsantosh96234
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptLisaMalar
 
1-introduction to DB.pdf
1-introduction to DB.pdf1-introduction to DB.pdf
1-introduction to DB.pdfMuniraALmogren
 
The advantages of a dbms
The advantages of a dbmsThe advantages of a dbms
The advantages of a dbmsadnan_bappy
 

Similar to Database management system (20)

File system vs DBMS
File system vs DBMSFile system vs DBMS
File system vs DBMS
 
Assign 1
Assign 1Assign 1
Assign 1
 
DBMS-1.pptx
DBMS-1.pptxDBMS-1.pptx
DBMS-1.pptx
 
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
 
Database Management System.pptx
Database Management System.pptxDatabase Management System.pptx
Database Management System.pptx
 
database disegn.pptx
database disegn.pptxdatabase disegn.pptx
database disegn.pptx
 
Unit 2 rdbms study_material
Unit 2  rdbms study_materialUnit 2  rdbms study_material
Unit 2 rdbms study_material
 
Dbms environment and components ppt.pptx
Dbms environment and components ppt.pptxDbms environment and components ppt.pptx
Dbms environment and components ppt.pptx
 
Unit1 dbms
Unit1 dbmsUnit1 dbms
Unit1 dbms
 
ppt on database management
ppt on database management ppt on database management
ppt on database management
 
Characteristics and Advantages of Database Management System
Characteristics and Advantages of Database Management SystemCharacteristics and Advantages of Database Management System
Characteristics and Advantages of Database Management System
 
Chapter 1. Itroduction To DBMS -.pptx
Chapter 1. Itroduction To DBMS -.pptxChapter 1. Itroduction To DBMS -.pptx
Chapter 1. Itroduction To DBMS -.pptx
 
Chap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.pptChap1-Introduction to database systems.ppt
Chap1-Introduction to database systems.ppt
 
1-introduction to DB.pdf
1-introduction to DB.pdf1-introduction to DB.pdf
1-introduction to DB.pdf
 
Database & dbms
Database & dbmsDatabase & dbms
Database & dbms
 
The advantages of a dbms
The advantages of a dbmsThe advantages of a dbms
The advantages of a dbms
 
DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
Ch01
Ch01Ch01
Ch01
 
Ppt 2
Ppt 2Ppt 2
Ppt 2
 

More from krishna partiwala

More from krishna partiwala (8)

inheritance
   inheritance   inheritance
inheritance
 
data file handling
data file handlingdata file handling
data file handling
 
c++
c++c++
c++
 
C++ files and streams
C++ files and streamsC++ files and streams
C++ files and streams
 
Information system
Information systemInformation system
Information system
 
impact of information technology on society
impact of information technology on societyimpact of information technology on society
impact of information technology on society
 
Operating System
Operating SystemOperating System
Operating System
 
Data structure
Data structureData structure
Data structure
 

Recently uploaded

9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceSapana Sha
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 

Recently uploaded (20)

9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Call Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts ServiceCall Girls In Dwarka 9654467111 Escorts Service
Call Girls In Dwarka 9654467111 Escorts Service
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
 

Database management system

  • 2. CONTENTS ● DATABASE ● DATABSE MANAGEMENT SYSTEM ● PURPOSE OF DBMS ● APPLICATIONS OF DBMS ● ADVANTAGES OF DBMS ● DISADVANTAGES OF DBMS
  • 3. WHAT IS A DATABASE? ● A database is an organized collection of data. A relational database, more restrictively, is a collection of schemas, tables, queries, reports, views, and other elements. ● Data is organized into rows, columns and tables, and it is indexed to make it easier to find relevant information. Data gets updated, expanded and deleted as new information is added. Databases process workloads to create and update themselves, querying the data they contain and running applications against it.
  • 4. WHAT IS A DATABASE? ● A database is not generally portable across different DBMSs, but different DBMSs can interoperate by using standards such as SQL and ODBC or JDBC to allow a single application to work with more than one DBMS. ● Database designers typically organize the data to model aspects of reality in a way that supports processes requiring information, such as (for example) modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies.
  • 5. WHAT IS A DBMS? ● Stands for "Database Management System." ● A DBMS is a database program. Technically, it is a software system that uses a standard method of cataloguing, retrieving, and running queries on data. ● The DBMS manages incoming data, organizes it, and provides ways for the data to be modified or extracted by users or other programs. ● Some DBMS examples include MySQL, PostgreSQL, Microsoft Access, SQL Server, FileMaker, Oracle, RDBMS, dBase, Clipper, and FoxPro.
  • 6. WHAT IS A DBMS? ● Since there are so many database management systems available, it is important for there to be a way for them to communicate with each other. For this reason, most database software comes with an Open Database Connectivity (ODBC) driver that allows the database to integrate with other databases. ● For example, common SQL statements such as SELECT and INSERT are translated from a program’s proprietary syntax into a syntax other databases can understand.
  • 7. PURPOSE OF DBMS 1. DATA REDUNDANCY In previous data management system (file processing system), different programmer creates files and writes application programs to access it. In file system, each application accessed its own private files which cannot be shared between different applications. If two applications needs same file then there must be two files for both application. This causes data redundancy. For example, ‘Need For Speed’ game needs ‘direct X 9’ file and ‘counter strike’ game needs it too. Now a days, if we install direct x 10 once then it will be accessed by many programs. This minimized data redundancy.
  • 8. PURPOSE OF DBMS 2. DATA INTEGRITY IS ENFORCED Accurate data is maintained in database management system. Some kind of constraints are enforced on the database to maintain integrity. For example, If the data type is numbers (age) in the table, then you cannot enter text. 3. INCONSISTENCY CAN BE AVOIDED Data is accessed and manipulated frequently. If two programs are accessing the same data and one program changed it, then another program processes with wrong data so it should avoid the chances of inconsistency.
  • 9. PURPOSE OF DBMS 4. DATA CAN BE SHARED Data can be shared in centralized database management system. Because of sharing of data, different applications can access the centralized data. 6. PROVIDE BACKUP AND RECOVERY As database has vital and important data, there is need of backup and recovery. Backup and recovery must be reliable and possible when needed. Software and hardware failure is often and database backup and recovery is important in case of failure.
  • 10. APPLICATION OF DBMS ● Telecom: There is a database to keeps track of the information regarding calls made, network usage, customer details etc. Without the database systems it is hard to maintain that huge amount of data that keeps updating every millisecond. ● Industry: Where it is a manufacturing unit, warehouse or distribution centre, each one needs a database to keep the records of ins and outs. For example distribution centre have to keep track of the product units that supplied in and products that got delivered out each day.
  • 11. APPLICATION OF DBMS ● Banking System: For storing customer info, tracking day to day credit and debit transactions, generating bank statements etc. All this work has been done with the help of Database management systems. ● Education sector: Database systems are frequently used in schools and colleges to store and retrieve the data regarding student details, staff details, course details, exam details, payroll data, attendance details, fees details etc. There is a lot of inter-related data that needs to be stored and retrieved in an efficient manner.
  • 12. APPLICATION OF DBMS ● Online shopping: We are aware of the online shopping websites such as Amazon, Flipkart etc. These sites store the product information, your addresses and preferences, credit details and provide you the relevant list of products based on your query. All this involves a Database management system. ● Military: Military keeps records of millions of soldiers and it has millions of files that should be keep secured and safe. As DBMS provides a big security assurance to the military information so it is widely used in militaries.
  • 13. APPLICATION OF DBMS ● Social Media Sites: We all are on social media websites to share our views and connect with our friends. Daily millions of users signed up for these social media accounts like Facebook, twitter, Pinterest and Google plus. But how all the information of users are stored and how we become able to connect to other people is because of DBMS. ● Military: Military keeps records of millions of soldiers and it has millions of files that should be keep secured and safe. As DBMS provides a big security assurance to the military information so it is widely used in militaries.
  • 14. 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, greater the risks of data security breaches. Corporations invest huge amounts of time, effort, and money to ensure that corporate data are used properly. A DBMS provides a framework for better enforcement of data privacy and security policies.
  • 15. ADVANTAGES OF DBMS 3. INCONSISTENCY CAN BE AVOIDED: When the same data is duplicated and changes are made at only one site, it gives inconsistency and the two entries of same data will not agree. At such times data is said to be inconsistent. So, if the redundancy is removed chances of having inconsistent data is also removed. 4. STANDARDS CAN BE ENFORCED: DBMS is a central system, so standard can be enforced easily may be at Company level/Department level. This data is helpful during interchanging of data. The file system is an independent system so standard cannot be enforced on multiple applications.
  • 16. ADVANTAGES OF DBMS 5. PROVIDING BACKUP AND RECOVERY: The backup and recovery subsystem of the DBMS is responsible for recovery. For example, if the computer system fails in the middle of a complex update program, the recovery subsystem is makes sure that the database is restored before the program started executing. 6. 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.
  • 17. DISADVANTAGES OF DBMS 1. COMPLEXITY: The provision of the functionality that is expected of a good DBMS makes the DBMS an extremely complex piece of software. Database designers, developers, database administrators and end-users must understand this functionality to take full advantage of it. Failure to understand the system can lead to bad design decisions, which can have serious consequences for an organization.
  • 18. DISADVANTAGES OF DBMS 2. SIZE: The complexity and breadth of functionality makes the DBMS an extremely large piece of software, occupying many megabytes of disk space and requiring substantial amounts of memory to run efficiently. 3. PERFORMANCE: File Based system is written for a specific application, such as invoicing. As result, performance is generally very good but DBMS is for more general applications than one. So, some applications may not run as fast as they used to.
  • 19. DISADVANTAGES OF DBMS 4. COST OF CONVERSION: In some situations, the cost of DBMS and extra hardware may be insignificant compared with the cost of converting existing applications to run on the new DBMS and hardware. This cost also includes the cost of training staff to use these new systems and possibly the employment of specialist staff to help with conversion and running of the system. This cost is one of the main reasons why some organizations feel tied to their current systems and cannot switch to modern database technology.
  • 20. DISADVANTAGES OF DBMS 5. HIGHER IMPACT OF FAILURE: The centralization of resources increases the vulnerability of the system. Since all users and applications rely on the vailabi1ity of the DBMS, the failure of any component can bring operations to a halt. 6. COST OF DBMS: The cost of DBMS varies significantly, depending on the environment and functionality provided. There is also the recurrent annual maintenance cost.