SlideShare a Scribd company logo
1 of 18
Miss. Rupali Salunkhe
Presented by
Walchand Center For Biotechnology, Solapur
 The concept of database was introduced by IBM in 1960s.
 Database management system (DBMS) that is based on the relational
model invented by Edgar F. Codd at IBM in 1970.
Edgar F. Codd
Data -
 Collection of meaningful information .
e.g.- Text, number, images, videos
Database -
 Systematic collection of data .
e.g.1. record of students stored in files
2. information stored over internet
Database Management System(DBMS)-
 The software which is used to manage database is called Database
Management System (DBMS).
e.g.1. MySQL
2.Microsoft Access
DBMS stands for Database Management System.
DBMS = Database + Management System.
A database management system stores data in such a way that it
becomes easier to retrieve, manipulate, and produce information.
Database is a collection of data and Management System is a set of
programs to store and retrieve those data.
Database systems are basically developed for large amount of
data.
When dealing with huge amount of data, there are two things
that require optimization:
 Storage of data and
 Retrieval of data.
Various levels of database implementation (concept of abstraction)
1. Internal Level (Physical Level):
 It describes how data are actually stored on the storage medium.
 It is closest to database programmer.
 Lowest level of database abstraction.
2. Conceptual Level (Logical Level):
 It describes what data are actually stored in database.
 It is closest to the database manager.
 It is an intermediate level of database abstraction.
3. External Level (View Level):
 It describes the way in which the data are viewed by individual user.
 It is the level closest to the users.
 It is the highest level of database abstraction.
View 1 View 2 View 3
Conceptual
level
Physical
level
External level
Internal
Stored-acc. length=60
Account # type=bytes(15) offset=0
Name type=bytes(20) offset=15
Type type=bytes(10) offset=35
Amount type=bytes(15) offset=45
Conceptual
AC_No numeric(15)
AC_Name character(20)
Type character(10)
Amount numeric(15)
View 1
AC_Name
Amount
View 2
AC_No
AC_Name
Type
Amount
Account holder Manager
(DBMS Programmer)
Database
handler
User
A Data Model is a logical structure of Database
1. Relational Data Model:
 In relational data model, the data is stored in the form of tables (i.e. rows and
columns).
 These tables are called relations.
 Insert new tuples, delete tuples, and modify tuples.
2. Network Data Model :
 The network data model differs from the relational model.
 It represented by connection of records and relationships among data are
represented by links.
 Records are organized as graphs.
3. Hierarchical Data Model :
 Data is represented by collection of records and relationships among data by
links, similar to the network model.
 Records are organized as trees rather than graphs.
 Represents relationship among its records through parent child relationships.
Types of DBMS languages:
1. Data Definition Language (DDL):
 Used to classify the database structure.
 To create the database instance – CREATE, ALTER, DROP, RENAME.
2. Data Manipulation Language (DML):
 DML is used for accessing and manipulating data in a database.
 To read records from table – SELECT, INSERT, UPDATE, DELETE.
3. Data Control language (DCL):
 DCL is used for granting and revoking user access on a database –
 To grant access to user – GRANT
 To revoke access from user – REVOKE
 To store data
 To organize data
 To control access to data
 To protect data
 Create databases
 Modify database data (insert, update, delete)
 Maintain database structures
 Provide security
 Perform backup and recovery
 To develop software applications In less time
 Security and integrity of data
 Easy to understand and user friendly
 Data independence and efficient use of data
 Effective and efficient management of data
 Query processing and management
 Better Decision making
 Data sharing and storage
 Better access to accurate data
 Ensures error free information
 Minimize Data Redundancy- DBMS controls data redundancy
 Sharing Of Data- Data can be shared
 Data Consistency- Data consistency means if you want to update data in
any files then all the files should not be updated again.
 Data Integrity- Data integrity means unification of so many files into a
single file.
 Security- Data security means protecting your data from unauthorized
access.
 Privacy- Privacy means up to what extent a user can access the data
 Simplicity-Simplicity means to represent the overall logical view of data in
a simple and clear manner. DBMS is very simple for its users who use it.
 Costly
 Complexity
 Technical staff requirement
 Database Failure
 Extra Cost of Hardware
 Cost of Data Conversion
 Currency Maintenance
 Banking: For customer information, account, and loans, and transaction.
 Airline: For reservation and schedule information.
 Universities: For students information, course registration, and grades.
 Telecom: calls made, customer details, network usage
 Credits card transaction: For purchases on credits cards and generation of
monthly statements.
 Sales: For customer, product, and purchase information.
 Railway Reservation System
 Online Shopping etc.
To create a biological database
To retrieve data
Data mining
 Beynon-Davies, P. (2004). Database Systems. 3rd Edition.
Palgrave, Houndmills, Basingstoke.
 Connolly, Thomas and Carolyn Begg. Database Systems. New
York: Harlow, 2002.
 Date, C. J. (2003). An Introduction to Database Systems, Fifth
Edition. Addison Wesley. ISBN 0-201-51381-1.
 Gray, J. and Reuter, A. Transaction Processing: Concepts and
Techniques, 1st edition, Morgan Kaufmann Publishers, 1992.
 Kroenke, David M. and David J. Auer. Database Concepts. 3rd
ed. New York: Prentice, 2007.
THANK YOU

More Related Content

What's hot

Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentationsameerraaj
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to DatabaseSiti Ismail
 
Basic Concept of Database
Basic Concept of DatabaseBasic Concept of Database
Basic Concept of DatabaseMarlon Jamera
 
Introduction: Databases and Database Users
Introduction: Databases and Database UsersIntroduction: Databases and Database Users
Introduction: Databases and Database Userssontumax
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship DiagramShakila Mahjabin
 
Database Management System Introduction
Database Management System IntroductionDatabase Management System Introduction
Database Management System IntroductionSmriti Jain
 
2 database system concepts and architecture
2 database system concepts and architecture2 database system concepts and architecture
2 database system concepts and architectureKumar
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to databasePradnya Saval
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbmssethu pm
 
Database administrator
Database administratorDatabase administrator
Database administratorTech_MX
 
Relational Database Design
Relational Database DesignRelational Database Design
Relational Database DesignArchit Saxena
 
Introduction to database & sql
Introduction to database & sqlIntroduction to database & sql
Introduction to database & sqlzahid6
 

What's hot (20)

Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
Basic Concept of Database
Basic Concept of DatabaseBasic Concept of Database
Basic Concept of Database
 
Introduction: Databases and Database Users
Introduction: Databases and Database UsersIntroduction: Databases and Database Users
Introduction: Databases and Database Users
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship Diagram
 
Files Vs DataBase
Files Vs DataBaseFiles Vs DataBase
Files Vs DataBase
 
Database Management System Introduction
Database Management System IntroductionDatabase Management System Introduction
Database Management System Introduction
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 
2 database system concepts and architecture
2 database system concepts and architecture2 database system concepts and architecture
2 database system concepts and architecture
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbms
 
ER Model in DBMS
ER Model in DBMSER Model in DBMS
ER Model in DBMS
 
Database administrator
Database administratorDatabase administrator
Database administrator
 
Relational Database Design
Relational Database DesignRelational Database Design
Relational Database Design
 
Data models
Data modelsData models
Data models
 
Database language
Database languageDatabase language
Database language
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Introduction to database & sql
Introduction to database & sqlIntroduction to database & sql
Introduction to database & sql
 
Basic DBMS ppt
Basic DBMS pptBasic DBMS ppt
Basic DBMS ppt
 
DBMS Part-4.pdf
DBMS Part-4.pdfDBMS Part-4.pdf
DBMS Part-4.pdf
 

Similar to Dbms

Similar to Dbms (20)

DBMS Part1.pptx
DBMS Part1.pptxDBMS Part1.pptx
DBMS Part1.pptx
 
DBMS.pptx
DBMS.pptxDBMS.pptx
DBMS.pptx
 
23246406 dbms-unit-1
23246406 dbms-unit-123246406 dbms-unit-1
23246406 dbms-unit-1
 
Introduction to Databases and Transactions
Introduction to Databases and TransactionsIntroduction to Databases and Transactions
Introduction to Databases and Transactions
 
DBMS-material for b.tech students to learn
DBMS-material for b.tech students to learnDBMS-material for b.tech students to learn
DBMS-material for b.tech students to learn
 
Module-1.pptx
Module-1.pptxModule-1.pptx
Module-1.pptx
 
Dbms
DbmsDbms
Dbms
 
Ch-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfCh-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdf
 
Database management system
Database management systemDatabase management system
Database management system
 
Dbms Useful PPT
Dbms Useful PPTDbms Useful PPT
Dbms Useful PPT
 
DBMS_UNIT_1.pdf
DBMS_UNIT_1.pdfDBMS_UNIT_1.pdf
DBMS_UNIT_1.pdf
 
Fundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersFundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database Users
 
27 fcs157al2
27 fcs157al227 fcs157al2
27 fcs157al2
 
Database, Lecture-1.ppt
Database, Lecture-1.pptDatabase, Lecture-1.ppt
Database, Lecture-1.ppt
 
rdbms-notes
rdbms-notesrdbms-notes
rdbms-notes
 
Unit3rd
Unit3rdUnit3rd
Unit3rd
 
ppt_rdbms.pdfuvuguvuvugycycyctcucuvyvvuvuvy
ppt_rdbms.pdfuvuguvuvugycycyctcucuvyvvuvuvyppt_rdbms.pdfuvuguvuvugycycyctcucuvyvvuvuvy
ppt_rdbms.pdfuvuguvuvugycycyctcucuvyvvuvuvy
 
csedatabasemanagementsystemppt-170825044344.pdf
csedatabasemanagementsystemppt-170825044344.pdfcsedatabasemanagementsystemppt-170825044344.pdf
csedatabasemanagementsystemppt-170825044344.pdf
 
Database-management-system-dbms-ppt.pptx
Database-management-system-dbms-ppt.pptxDatabase-management-system-dbms-ppt.pptx
Database-management-system-dbms-ppt.pptx
 
Data
DataData
Data
 

Recently uploaded

HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of PlayPooky Knightsmith
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesSHIVANANDaRV
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use CasesTechSoup
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 

Recently uploaded (20)

HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food Additives
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use Cases
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 

Dbms

  • 1. Miss. Rupali Salunkhe Presented by Walchand Center For Biotechnology, Solapur
  • 2.
  • 3.  The concept of database was introduced by IBM in 1960s.  Database management system (DBMS) that is based on the relational model invented by Edgar F. Codd at IBM in 1970. Edgar F. Codd
  • 4. Data -  Collection of meaningful information . e.g.- Text, number, images, videos Database -  Systematic collection of data . e.g.1. record of students stored in files 2. information stored over internet Database Management System(DBMS)-  The software which is used to manage database is called Database Management System (DBMS). e.g.1. MySQL 2.Microsoft Access
  • 5. DBMS stands for Database Management System. DBMS = Database + Management System. A database management system stores data in such a way that it becomes easier to retrieve, manipulate, and produce information. Database is a collection of data and Management System is a set of programs to store and retrieve those data.
  • 6. Database systems are basically developed for large amount of data. When dealing with huge amount of data, there are two things that require optimization:  Storage of data and  Retrieval of data.
  • 7. Various levels of database implementation (concept of abstraction) 1. Internal Level (Physical Level):  It describes how data are actually stored on the storage medium.  It is closest to database programmer.  Lowest level of database abstraction. 2. Conceptual Level (Logical Level):  It describes what data are actually stored in database.  It is closest to the database manager.  It is an intermediate level of database abstraction. 3. External Level (View Level):  It describes the way in which the data are viewed by individual user.  It is the level closest to the users.  It is the highest level of database abstraction.
  • 8. View 1 View 2 View 3 Conceptual level Physical level External level Internal Stored-acc. length=60 Account # type=bytes(15) offset=0 Name type=bytes(20) offset=15 Type type=bytes(10) offset=35 Amount type=bytes(15) offset=45 Conceptual AC_No numeric(15) AC_Name character(20) Type character(10) Amount numeric(15) View 1 AC_Name Amount View 2 AC_No AC_Name Type Amount Account holder Manager (DBMS Programmer) Database handler User
  • 9. A Data Model is a logical structure of Database 1. Relational Data Model:  In relational data model, the data is stored in the form of tables (i.e. rows and columns).  These tables are called relations.  Insert new tuples, delete tuples, and modify tuples. 2. Network Data Model :  The network data model differs from the relational model.  It represented by connection of records and relationships among data are represented by links.  Records are organized as graphs. 3. Hierarchical Data Model :  Data is represented by collection of records and relationships among data by links, similar to the network model.  Records are organized as trees rather than graphs.  Represents relationship among its records through parent child relationships.
  • 10. Types of DBMS languages: 1. Data Definition Language (DDL):  Used to classify the database structure.  To create the database instance – CREATE, ALTER, DROP, RENAME. 2. Data Manipulation Language (DML):  DML is used for accessing and manipulating data in a database.  To read records from table – SELECT, INSERT, UPDATE, DELETE. 3. Data Control language (DCL):  DCL is used for granting and revoking user access on a database –  To grant access to user – GRANT  To revoke access from user – REVOKE
  • 11.  To store data  To organize data  To control access to data  To protect data  Create databases  Modify database data (insert, update, delete)  Maintain database structures  Provide security  Perform backup and recovery
  • 12.  To develop software applications In less time  Security and integrity of data  Easy to understand and user friendly  Data independence and efficient use of data  Effective and efficient management of data  Query processing and management  Better Decision making  Data sharing and storage  Better access to accurate data  Ensures error free information
  • 13.  Minimize Data Redundancy- DBMS controls data redundancy  Sharing Of Data- Data can be shared  Data Consistency- Data consistency means if you want to update data in any files then all the files should not be updated again.  Data Integrity- Data integrity means unification of so many files into a single file.  Security- Data security means protecting your data from unauthorized access.  Privacy- Privacy means up to what extent a user can access the data  Simplicity-Simplicity means to represent the overall logical view of data in a simple and clear manner. DBMS is very simple for its users who use it.
  • 14.  Costly  Complexity  Technical staff requirement  Database Failure  Extra Cost of Hardware  Cost of Data Conversion  Currency Maintenance
  • 15.  Banking: For customer information, account, and loans, and transaction.  Airline: For reservation and schedule information.  Universities: For students information, course registration, and grades.  Telecom: calls made, customer details, network usage  Credits card transaction: For purchases on credits cards and generation of monthly statements.  Sales: For customer, product, and purchase information.  Railway Reservation System  Online Shopping etc.
  • 16. To create a biological database To retrieve data Data mining
  • 17.  Beynon-Davies, P. (2004). Database Systems. 3rd Edition. Palgrave, Houndmills, Basingstoke.  Connolly, Thomas and Carolyn Begg. Database Systems. New York: Harlow, 2002.  Date, C. J. (2003). An Introduction to Database Systems, Fifth Edition. Addison Wesley. ISBN 0-201-51381-1.  Gray, J. and Reuter, A. Transaction Processing: Concepts and Techniques, 1st edition, Morgan Kaufmann Publishers, 1992.  Kroenke, David M. and David J. Auer. Database Concepts. 3rd ed. New York: Prentice, 2007.