SlideShare a Scribd company logo
1 of 12
Data can be defined as raw facts and figures that can be organized later on.
Database is the collection of coherent meaningful data. The full form of DBMS
is Database Management System. It is the grouping of related data, records
whereas management system is the collection of programs for saving and
retrieving the data records. DBMS can be defined as collection of programs
which are required to store as well as access the data in efficient and easy way.
Introduction
 Hierarchical Database
 Network Database
 Relational Database
 Object Oriented Database
Different Types of DBMS
The information processing is part into
unmistakable parts. A section is either
requester (client) or supplier (server).
One or more requests has been sent to
the client to the server during data
processing in order to perform
determined tasks. The server part give
the services to the client side.
Client Server Architecture in Database
 Data consistently incorporated (i.e., access in light of one pattern)
 Data physically distributed among numerous database nodes
 Processing is distributed among numerous database hubs
Distributed DBMS
 Reflects hierarchical structure
 Improved share capacity
 Improved accessibility
 Improved reliability
 Improved execution
Advantages of DDMS
 Single column index – It is created on single table column.
Syntax – Create index index_name
On Table_name (column_name);
 Unique Index – It is used for data integrity. It doesn’t allow duplicate values to be
entered in the column.
Syntax - Create UNIQUE index index_name
On Table_name (column_name);
 Composite Indexes – It is created on two or more columns of a table.
Syntax - Create index index_name
On Table_name (column1, column2);
 Implicit Indexes – These are automatically created by database server on the
creation of object.
Different types of Indexes
A network database model is a database
model that permits various records to be
connected to a similar proprietor
document. The model can be viewed as
a top down tree where the branches are
the part data connected to the proprietor,
which is the base of the tree.
Network Database Model
Data concurrency implies that numerous clients can access information
in the meantime. The complete isolation of simultaneously running
transactions could imply that one transaction couldn't perform insert into
a table that is being queried by another transaction.
Database Concurrency
Hey Friends,
This was just a summary on Database Management
System (DBMS). For more detailed information on this
topic, please type the link given below or copy it from the
description of this PPT and open it in a new browser
window.
http://www.transtutors.com/homework-help/computer-
science/database-management-system.aspx

More Related Content

What's hot

Database Presentation
Database PresentationDatabase Presentation
Database Presentation
a9oolq8
 

What's hot (20)

Database administration and security
Database administration and securityDatabase administration and security
Database administration and security
 
Database Presentation
Database PresentationDatabase Presentation
Database Presentation
 
Data abstraction in DBMS
Data abstraction in DBMSData abstraction in DBMS
Data abstraction in DBMS
 
Database basics
Database basicsDatabase basics
Database basics
 
Data base security & integrity
Data base security &  integrityData base security &  integrity
Data base security & integrity
 
Introduction to mongodb
Introduction to mongodbIntroduction to mongodb
Introduction to mongodb
 
Mongo DB
Mongo DB Mongo DB
Mongo DB
 
BIGDATA ANALYTICS LAB MANUAL final.pdf
BIGDATA  ANALYTICS LAB MANUAL final.pdfBIGDATA  ANALYTICS LAB MANUAL final.pdf
BIGDATA ANALYTICS LAB MANUAL final.pdf
 
project-ppt1.pdf
project-ppt1.pdfproject-ppt1.pdf
project-ppt1.pdf
 
Network and System Administration chapter 2
Network and System Administration chapter 2Network and System Administration chapter 2
Network and System Administration chapter 2
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
Users of dbms
Users of dbmsUsers of dbms
Users of dbms
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
Types of databases
Types of databases   Types of databases
Types of databases
 
ICT-DBA-level4
ICT-DBA-level4ICT-DBA-level4
ICT-DBA-level4
 
Advantages of DBMS
Advantages of DBMSAdvantages of DBMS
Advantages of DBMS
 
introduction to NOSQL Database
introduction to NOSQL Databaseintroduction to NOSQL Database
introduction to NOSQL Database
 
Multimedia database
Multimedia databaseMultimedia database
Multimedia database
 
Diffrence between dbms and rdbms
Diffrence between dbms and rdbmsDiffrence between dbms and rdbms
Diffrence between dbms and rdbms
 
The database applications
The database applicationsThe database applications
The database applications
 

Viewers also liked

Heterogenous data base
Heterogenous data baseHeterogenous data base
Heterogenous data base
Haqnawaz Ch
 
Exploring spatial data in GIS Environment
Exploring spatial data in GIS Environment Exploring spatial data in GIS Environment
Exploring spatial data in GIS Environment
NAXA-Developers
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
Naresh Kumar
 
Data Models - GIS I
Data Models - GIS IData Models - GIS I
Data Models - GIS I
John Reiser
 

Viewers also liked (20)

Heterogenous data base
Heterogenous data baseHeterogenous data base
Heterogenous data base
 
Database Management Systems
Database Management SystemsDatabase Management Systems
Database Management Systems
 
Maps and the Geospatial Revolution: Lesson 1, Lecture 2
Maps and the Geospatial Revolution: Lesson 1, Lecture 2Maps and the Geospatial Revolution: Lesson 1, Lecture 2
Maps and the Geospatial Revolution: Lesson 1, Lecture 2
 
Exploring spatial data in GIS Environment
Exploring spatial data in GIS Environment Exploring spatial data in GIS Environment
Exploring spatial data in GIS Environment
 
Dbms presentation of Automatic Car parking System
Dbms presentation of Automatic Car parking SystemDbms presentation of Automatic Car parking System
Dbms presentation of Automatic Car parking System
 
Laffer Curve | Eonomics
Laffer Curve | EonomicsLaffer Curve | Eonomics
Laffer Curve | Eonomics
 
GIS file types
GIS file typesGIS file types
GIS file types
 
Geospatial systems for advance tools in precision agriculture
Geospatial systems for advance tools in precision agricultureGeospatial systems for advance tools in precision agriculture
Geospatial systems for advance tools in precision agriculture
 
GIS & Raster
GIS & RasterGIS & Raster
GIS & Raster
 
Introduction of DBMS
Introduction of DBMSIntroduction of DBMS
Introduction of DBMS
 
raster data model
raster data modelraster data model
raster data model
 
Data 101: Fundamentals of Data in GIS
Data 101: Fundamentals of Data in GISData 101: Fundamentals of Data in GIS
Data 101: Fundamentals of Data in GIS
 
GIS data structure
GIS data structureGIS data structure
GIS data structure
 
Fundamental operations
Fundamental operationsFundamental operations
Fundamental operations
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
All data models in dbms
All data models in dbmsAll data models in dbms
All data models in dbms
 
ppt spatial data
ppt spatial datappt spatial data
ppt spatial data
 
Data Models - GIS I
Data Models - GIS IData Models - GIS I
Data Models - GIS I
 
GIS Data Types
GIS Data TypesGIS Data Types
GIS Data Types
 
Dbms models
Dbms modelsDbms models
Dbms models
 

Similar to Database Management System (DBMS) | Computer Science

Database Concepts & SQL(1).pdf
Database Concepts & SQL(1).pdfDatabase Concepts & SQL(1).pdf
Database Concepts & SQL(1).pdf
rsujeet169
 

Similar to Database Management System (DBMS) | Computer Science (20)

Database management system
Database management systemDatabase management system
Database management system
 
Database and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health InformaticsDatabase and Database Management (DBM): Health Informatics
Database and Database Management (DBM): Health Informatics
 
Lecture#5
Lecture#5Lecture#5
Lecture#5
 
DATABASE MANAGEMENT SYSTEM-MRS. LAXMI B PANDYA FOR 25TH AUGUST,2022.pptx
DATABASE MANAGEMENT SYSTEM-MRS. LAXMI B PANDYA FOR 25TH AUGUST,2022.pptxDATABASE MANAGEMENT SYSTEM-MRS. LAXMI B PANDYA FOR 25TH AUGUST,2022.pptx
DATABASE MANAGEMENT SYSTEM-MRS. LAXMI B PANDYA FOR 25TH AUGUST,2022.pptx
 
Ch-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfCh-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdf
 
Database System
Database SystemDatabase System
Database System
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
object oriented analysis data.pptx
object oriented analysis data.pptxobject oriented analysis data.pptx
object oriented analysis data.pptx
 
Database Management Systems (Mcom Ecommerce)
Database Management Systems (Mcom Ecommerce)Database Management Systems (Mcom Ecommerce)
Database Management Systems (Mcom Ecommerce)
 
M.sc. engg (ict) admission guide database management system 4
M.sc. engg (ict) admission guide   database management system 4M.sc. engg (ict) admission guide   database management system 4
M.sc. engg (ict) admission guide database management system 4
 
A N S I S P A R C Architecture
A N S I  S P A R C  ArchitectureA N S I  S P A R C  Architecture
A N S I S P A R C Architecture
 
SQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptxSQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptx
 
Introduction to database with ms access.hetvii
Introduction to database with ms access.hetviiIntroduction to database with ms access.hetvii
Introduction to database with ms access.hetvii
 
Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)Introduction to database with ms access(DBMS)
Introduction to database with ms access(DBMS)
 
SQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxSQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptx
 
Bank mangement system
Bank mangement systemBank mangement system
Bank mangement system
 
No Sql Databases
No Sql DatabasesNo Sql Databases
No Sql Databases
 
Database Concepts & SQL(1).pdf
Database Concepts & SQL(1).pdfDatabase Concepts & SQL(1).pdf
Database Concepts & SQL(1).pdf
 
database
databasedatabase
database
 
database introductoin optimization1-app6891.pdf
database introductoin optimization1-app6891.pdfdatabase introductoin optimization1-app6891.pdf
database introductoin optimization1-app6891.pdf
 

More from Transweb Global Inc

More from Transweb Global Inc (20)

Resultant of Coplanar Parallel Forces | Mechanical Engineering
Resultant of Coplanar Parallel Forces | Mechanical EngineeringResultant of Coplanar Parallel Forces | Mechanical Engineering
Resultant of Coplanar Parallel Forces | Mechanical Engineering
 
The Centroidal Axis | Mechanical Engineering
The Centroidal Axis | Mechanical EngineeringThe Centroidal Axis | Mechanical Engineering
The Centroidal Axis | Mechanical Engineering
 
System Of Coplanar Forces | Mechanical Engineering
System Of Coplanar Forces | Mechanical EngineeringSystem Of Coplanar Forces | Mechanical Engineering
System Of Coplanar Forces | Mechanical Engineering
 
Resultant of Two Unlike and Unequal Parallel Forces | Mechanical Engineering
Resultant of Two Unlike and Unequal Parallel Forces | Mechanical EngineeringResultant of Two Unlike and Unequal Parallel Forces | Mechanical Engineering
Resultant of Two Unlike and Unequal Parallel Forces | Mechanical Engineering
 
SFD Load Diagram Examples | Mechanical Engineering
SFD Load Diagram Examples | Mechanical EngineeringSFD Load Diagram Examples | Mechanical Engineering
SFD Load Diagram Examples | Mechanical Engineering
 
Principle Of Transmissibility | Mechanical Engineering
Principle Of Transmissibility | Mechanical EngineeringPrinciple Of Transmissibility | Mechanical Engineering
Principle Of Transmissibility | Mechanical Engineering
 
Law Of Polygon | Mechanical Engineering
Law Of Polygon | Mechanical EngineeringLaw Of Polygon | Mechanical Engineering
Law Of Polygon | Mechanical Engineering
 
Similarities between Leadership and Management | Management
Similarities between Leadership and Management | ManagementSimilarities between Leadership and Management | Management
Similarities between Leadership and Management | Management
 
Ranked Positional Weight Method | Management
Ranked Positional Weight Method | ManagementRanked Positional Weight Method | Management
Ranked Positional Weight Method | Management
 
Business Intelligence And Business Analytics | Management
Business Intelligence And Business Analytics | ManagementBusiness Intelligence And Business Analytics | Management
Business Intelligence And Business Analytics | Management
 
ABC Cost Hierarchy | Management
ABC Cost Hierarchy | ManagementABC Cost Hierarchy | Management
ABC Cost Hierarchy | Management
 
Speed To Market | Management
Speed To Market | ManagementSpeed To Market | Management
Speed To Market | Management
 
Managerial Hubris | Finance
Managerial Hubris | FinanceManagerial Hubris | Finance
Managerial Hubris | Finance
 
Conductance | Electrical Engineering
Conductance | Electrical EngineeringConductance | Electrical Engineering
Conductance | Electrical Engineering
 
Advantages and Disadvantages of Digital Electronics | Electrical Engineering
Advantages and Disadvantages of Digital Electronics | Electrical EngineeringAdvantages and Disadvantages of Digital Electronics | Electrical Engineering
Advantages and Disadvantages of Digital Electronics | Electrical Engineering
 
Stabilization Of Operating Point | Electrical Engineering
Stabilization Of Operating Point | Electrical EngineeringStabilization Of Operating Point | Electrical Engineering
Stabilization Of Operating Point | Electrical Engineering
 
Offer Curves | Economics
Offer Curves | EconomicsOffer Curves | Economics
Offer Curves | Economics
 
Fixed Exchange Rate | Economics
Fixed Exchange Rate | EconomicsFixed Exchange Rate | Economics
Fixed Exchange Rate | Economics
 
Computer Architecture | Computer Science
Computer Architecture | Computer ScienceComputer Architecture | Computer Science
Computer Architecture | Computer Science
 
Compilers Computer Program | Computer Science
Compilers Computer Program | Computer ScienceCompilers Computer Program | Computer Science
Compilers Computer Program | Computer Science
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Recently uploaded (20)

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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)
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
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
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
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
 
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...
 

Database Management System (DBMS) | Computer Science

  • 1.
  • 2. Data can be defined as raw facts and figures that can be organized later on. Database is the collection of coherent meaningful data. The full form of DBMS is Database Management System. It is the grouping of related data, records whereas management system is the collection of programs for saving and retrieving the data records. DBMS can be defined as collection of programs which are required to store as well as access the data in efficient and easy way. Introduction
  • 3.  Hierarchical Database  Network Database  Relational Database  Object Oriented Database Different Types of DBMS
  • 4.
  • 5. The information processing is part into unmistakable parts. A section is either requester (client) or supplier (server). One or more requests has been sent to the client to the server during data processing in order to perform determined tasks. The server part give the services to the client side. Client Server Architecture in Database
  • 6.
  • 7.  Data consistently incorporated (i.e., access in light of one pattern)  Data physically distributed among numerous database nodes  Processing is distributed among numerous database hubs Distributed DBMS
  • 8.  Reflects hierarchical structure  Improved share capacity  Improved accessibility  Improved reliability  Improved execution Advantages of DDMS
  • 9.  Single column index – It is created on single table column. Syntax – Create index index_name On Table_name (column_name);  Unique Index – It is used for data integrity. It doesn’t allow duplicate values to be entered in the column. Syntax - Create UNIQUE index index_name On Table_name (column_name);  Composite Indexes – It is created on two or more columns of a table. Syntax - Create index index_name On Table_name (column1, column2);  Implicit Indexes – These are automatically created by database server on the creation of object. Different types of Indexes
  • 10. A network database model is a database model that permits various records to be connected to a similar proprietor document. The model can be viewed as a top down tree where the branches are the part data connected to the proprietor, which is the base of the tree. Network Database Model
  • 11. Data concurrency implies that numerous clients can access information in the meantime. The complete isolation of simultaneously running transactions could imply that one transaction couldn't perform insert into a table that is being queried by another transaction. Database Concurrency
  • 12. Hey Friends, This was just a summary on Database Management System (DBMS). For more detailed information on this topic, please type the link given below or copy it from the description of this PPT and open it in a new browser window. http://www.transtutors.com/homework-help/computer- science/database-management-system.aspx