SlideShare uma empresa Scribd logo
1 de 21
Presented by Shwe Yee Mya Win
› Introduction to Database
› Definition of different database type
› Characteristics & Features
› Appropriate Usages
› Advantages & Disadvantages
Database
A collection of interrelated data stored in a computer.
Importance of database
› Provide a highly efficient method for handling large amount of different types of
data with ease.
› Database allows data to be stored systematically and these data to be easily
retrieved, filtered, sorted and updated efficiently and accurately.
Simple database system that stores record in a plain text file
that have no structured relationships between each record.
CHARACTERISTICS & FEATURES
› Store all data in one large table.
› Each line of the text holds one record.
› The first row in a flat file refers to the field name.
› The different fields in a record are separated by delimiters, such as vertical bar
“|” or a comma “,” or a semi-colon “;”.
› No folders or paths are used organize the data.
› Cannot store graphical documents but only text.
› Data stored in it are searchable by using keywords, phrases or both.
Where to use ?
› Ideal for storing very small amounts of simple data that could be manually
manageable.
For example:
We can use flat file database to store records of funding or savings for a small group of
people because there is not many fields, the use of multiple table is not necessary as
well and there is no complex process to perform.
ADVANTAGES
› Easier to setup and use.
› Consume less space.
› No special software or hardware
requirements.
› Often free or cheap.
DISADVANTAGES
› Prone to data corruption or duplication.
› Prone to error.
› Hard to update or modify.
› Poor access control.
› Cannot perform complex process
More advanced and efficient type of database which can store
very large amount of data in a set of tables that are linked
together.
CHARACTERISTICS & FEATURES
› Use of multiple tables to store records and each table is composed of records in
rows & columns.
› Each column is a field which represents a particular type of information of the entity
and each row lists as one record.
› Each field in a table has its own data type.
› Each row contains a unique instance of data to uniquely identifies a record.
› Records within the tables are linked to records held in other tables through a
relationship.
› The statements of inserting, retrieving, updating and deleting data in relational
databases are made by queries which are written in SQL.
Where to use ?
› Widely used in many different industries ranging from small to large companies
to:_
– store financial records of the whole industry,
– keep track of inventory,
– hold customer and supplier information
– keep track of customer orders
– keep records on employees and etc.
ADVANTAGES
› Can store vast amount of data.
› Ensures data integrity
› Easily extendable and modifiable
› Facilitates data accessibility, searchability,
and reporting.
› Better performance
› Allow multiple users
› Advanced data security
DISADVANTAGES
› Steep learning curve.
› Expensive to set up & maintain.
› Require sophisticated hardware and
networking setups.
› Presents a double-edged sword.
Type of database where data are organized in a tree structure
that links a number of different elements to one "parent,"
primary record.
CHARACTERISTICS & FEATURES
› The top of the tree is the parent and the branches are children.
› All attributes of a specific record are listed under an entity type (parent).
› An entity type is the equivalent of a table.
› Each individual record is represented as a row and an attribute as a column.
› Each record type has only one parent.
› Entity types are related to each other using one-to-many relationship.
Where to use ?
› Most relevant to use in the situation where the primary focus of information is
gathered on a single data element such as a list of business departments,
employee organization in corporations or assets.
› For example, we can use the hierarchical schema for part of the COMPANY database.
ADVANTAGES
› Easier to understand.
› Simplifies data overview.
› Easier to work with because of its
linear type data storage
DISADVANTAGES
› Predefined tree structure reduces flexibility.
› Many too many relationships not
supported.
› Slow because access to a child segment
can only be done through the parent
segment
Type of basic database that is made to run on a single computer.
CHARACTERISTICS & FEATURES
 Allows file system level access to data, rather than access via a database server.
 Usually come with rich, visual data-centric user interfaces
 Like text database, each row is a single record but each field is in a separate
column
 Offer a range of functionality for smaller data sets but do not generally support
the kinds of advanced predictive analytics and data mining.
 Widely used in small systems where expensive client-server databases are
unnecessary and simple table-based access is more familiar to users
ADVANTAGES
› Cheaper to implement and maintain.
› User friendly database environment.
› Does not require sophisticated
hardware and networking setups.
DISADVANTAGES
› Low Security.
› Limited performance & capability.
› Cannot represent complex data
relationships.
› Data redundancy is common especially
when the amount of data increases.
REFERENCE
› https://www.techopedia.com/definition/25956/flat-file
› http://www.jegsworks.com/lessons/ComputerBasics/lesson1-2/lesson2-
4database.htm
› https://simple.wikipedia.org/wiki/Hierarchical_database_model
› https://www.techopedia.com/definition/19782/hierarchical-database
› http://databasemanagement.wikia.com/wiki/Category:Hierarchical_Data_Model
› http://www.ukessays.co.uk/essays/information-technology/hierarchical-data-
model.php
Different type of databases

Mais conteúdo relacionado

Mais procurados

Data base management system
Data base management systemData base management system
Data base management system
Navneet Jingar
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
emailharmeet
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
sameerraaj
 

Mais procurados (20)

Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databases
 
Types of databases
Types of databases   Types of databases
Types of databases
 
Data Models
Data ModelsData Models
Data Models
 
Data base management system
Data base management systemData base management system
Data base management system
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
 
Dbms Introduction and Basics
Dbms Introduction and BasicsDbms Introduction and Basics
Dbms Introduction and Basics
 
The database applications
The database applicationsThe database applications
The database applications
 
Database structure
Database structureDatabase structure
Database structure
 
11 Database Concepts
11 Database Concepts11 Database Concepts
11 Database Concepts
 
Data dictionary
Data dictionaryData dictionary
Data dictionary
 
Database basics
Database basicsDatabase basics
Database basics
 
DBMS and its Models
DBMS and its ModelsDBMS and its Models
DBMS and its Models
 
Database management system
Database management systemDatabase management system
Database management system
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
 
Introduction to Data Mining
Introduction to Data MiningIntroduction to Data Mining
Introduction to Data Mining
 
Relational databases vs Non-relational databases
Relational databases vs Non-relational databasesRelational databases vs Non-relational databases
Relational databases vs Non-relational databases
 
Advantages of DBMS
Advantages of DBMSAdvantages of DBMS
Advantages of DBMS
 
File organization
File organizationFile organization
File organization
 
Rdbms
RdbmsRdbms
Rdbms
 

Destaque (7)

Dimensionality Reduction
Dimensionality ReductionDimensionality Reduction
Dimensionality Reduction
 
Dimensionality reduction
Dimensionality reductionDimensionality reduction
Dimensionality reduction
 
Concept description characterization and comparison
Concept description characterization and comparisonConcept description characterization and comparison
Concept description characterization and comparison
 
Data Mining: Data cube computation and data generalization
Data Mining: Data cube computation and data generalizationData Mining: Data cube computation and data generalization
Data Mining: Data cube computation and data generalization
 
1.7 data reduction
1.7 data reduction1.7 data reduction
1.7 data reduction
 
1.8 discretization
1.8 discretization1.8 discretization
1.8 discretization
 
Data Mining: Association Rules Basics
Data Mining: Association Rules BasicsData Mining: Association Rules Basics
Data Mining: Association Rules Basics
 

Semelhante a Different type of databases

DBMS basics and normalizations unit.pptx
DBMS basics and normalizations unit.pptxDBMS basics and normalizations unit.pptx
DBMS basics and normalizations unit.pptx
shreyassoni7
 
Building the enterprise data architecture
Building the enterprise data architectureBuilding the enterprise data architecture
Building the enterprise data architecture
Costa Pissaris
 
INFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptx
INFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptxINFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptx
INFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptx
odane3
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).ppt
RuelDogma1
 

Semelhante a Different type of databases (20)

DBMS basics and normalizations unit.pptx
DBMS basics and normalizations unit.pptxDBMS basics and normalizations unit.pptx
DBMS basics and normalizations unit.pptx
 
Ch-11 Relational Databases.pptx
Ch-11 Relational Databases.pptxCh-11 Relational Databases.pptx
Ch-11 Relational Databases.pptx
 
database1.pdf
database1.pdfdatabase1.pdf
database1.pdf
 
Building the enterprise data architecture
Building the enterprise data architectureBuilding the enterprise data architecture
Building the enterprise data architecture
 
Database Management Systems.pptx
Database Management Systems.pptxDatabase Management Systems.pptx
Database Management Systems.pptx
 
DBMS LEC-1PDF.pdf
DBMS LEC-1PDF.pdfDBMS LEC-1PDF.pdf
DBMS LEC-1PDF.pdf
 
Unit 2 DBMS.pptx
Unit 2 DBMS.pptxUnit 2 DBMS.pptx
Unit 2 DBMS.pptx
 
Lecture 05 - The Data Warehouse and Technology
Lecture 05 - The Data Warehouse and TechnologyLecture 05 - The Data Warehouse and Technology
Lecture 05 - The Data Warehouse and Technology
 
Database management system.pptx
Database management system.pptxDatabase management system.pptx
Database management system.pptx
 
Database concepts
Database conceptsDatabase concepts
Database concepts
 
DATABASE ADMINSTRATION
DATABASE ADMINSTRATION DATABASE ADMINSTRATION
DATABASE ADMINSTRATION
 
INFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptx
INFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptxINFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptx
INFORMATION TECHNOLOGY PRESENTATION ON INFORMATON MANAGEMENT.pptx
 
Dipping Your Toes: Azure Data Lake for DBAs
Dipping Your Toes: Azure Data Lake for DBAsDipping Your Toes: Azure Data Lake for DBAs
Dipping Your Toes: Azure Data Lake for DBAs
 
Best storage engine for MySQL
Best storage engine for MySQLBest storage engine for MySQL
Best storage engine for MySQL
 
CST204 DBMS Module-1
CST204 DBMS Module-1CST204 DBMS Module-1
CST204 DBMS Module-1
 
database
databasedatabase
database
 
RDMS AND SQL
RDMS AND SQLRDMS AND SQL
RDMS AND SQL
 
Sql vs no sql
Sql vs no sqlSql vs no sql
Sql vs no sql
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).ppt
 
CC105-REVIEWER-WEEK2-4.docx
CC105-REVIEWER-WEEK2-4.docxCC105-REVIEWER-WEEK2-4.docx
CC105-REVIEWER-WEEK2-4.docx
 

Mais de Shwe Yee

Mais de Shwe Yee (6)

How networks communicate ?
How networks communicate ?How networks communicate ?
How networks communicate ?
 
Advantages & disadvantages of different communication routes
Advantages & disadvantages of different communication routesAdvantages & disadvantages of different communication routes
Advantages & disadvantages of different communication routes
 
Importance of Normalization
Importance of NormalizationImportance of Normalization
Importance of Normalization
 
Importance of the quality of code
Importance of the quality of codeImportance of the quality of code
Importance of the quality of code
 
Characteristics of good information
Characteristics of good informationCharacteristics of good information
Characteristics of good information
 
Impacts of HCI
Impacts of HCIImpacts of HCI
Impacts of HCI
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 

Different type of databases

  • 1. Presented by Shwe Yee Mya Win
  • 2. › Introduction to Database › Definition of different database type › Characteristics & Features › Appropriate Usages › Advantages & Disadvantages
  • 3. Database A collection of interrelated data stored in a computer.
  • 4. Importance of database › Provide a highly efficient method for handling large amount of different types of data with ease. › Database allows data to be stored systematically and these data to be easily retrieved, filtered, sorted and updated efficiently and accurately.
  • 5. Simple database system that stores record in a plain text file that have no structured relationships between each record.
  • 6. CHARACTERISTICS & FEATURES › Store all data in one large table. › Each line of the text holds one record. › The first row in a flat file refers to the field name. › The different fields in a record are separated by delimiters, such as vertical bar “|” or a comma “,” or a semi-colon “;”. › No folders or paths are used organize the data. › Cannot store graphical documents but only text. › Data stored in it are searchable by using keywords, phrases or both.
  • 7. Where to use ? › Ideal for storing very small amounts of simple data that could be manually manageable. For example: We can use flat file database to store records of funding or savings for a small group of people because there is not many fields, the use of multiple table is not necessary as well and there is no complex process to perform.
  • 8. ADVANTAGES › Easier to setup and use. › Consume less space. › No special software or hardware requirements. › Often free or cheap. DISADVANTAGES › Prone to data corruption or duplication. › Prone to error. › Hard to update or modify. › Poor access control. › Cannot perform complex process
  • 9. More advanced and efficient type of database which can store very large amount of data in a set of tables that are linked together.
  • 10. CHARACTERISTICS & FEATURES › Use of multiple tables to store records and each table is composed of records in rows & columns. › Each column is a field which represents a particular type of information of the entity and each row lists as one record. › Each field in a table has its own data type. › Each row contains a unique instance of data to uniquely identifies a record. › Records within the tables are linked to records held in other tables through a relationship. › The statements of inserting, retrieving, updating and deleting data in relational databases are made by queries which are written in SQL.
  • 11. Where to use ? › Widely used in many different industries ranging from small to large companies to:_ – store financial records of the whole industry, – keep track of inventory, – hold customer and supplier information – keep track of customer orders – keep records on employees and etc.
  • 12. ADVANTAGES › Can store vast amount of data. › Ensures data integrity › Easily extendable and modifiable › Facilitates data accessibility, searchability, and reporting. › Better performance › Allow multiple users › Advanced data security DISADVANTAGES › Steep learning curve. › Expensive to set up & maintain. › Require sophisticated hardware and networking setups. › Presents a double-edged sword.
  • 13. Type of database where data are organized in a tree structure that links a number of different elements to one "parent," primary record.
  • 14. CHARACTERISTICS & FEATURES › The top of the tree is the parent and the branches are children. › All attributes of a specific record are listed under an entity type (parent). › An entity type is the equivalent of a table. › Each individual record is represented as a row and an attribute as a column. › Each record type has only one parent. › Entity types are related to each other using one-to-many relationship.
  • 15. Where to use ? › Most relevant to use in the situation where the primary focus of information is gathered on a single data element such as a list of business departments, employee organization in corporations or assets. › For example, we can use the hierarchical schema for part of the COMPANY database.
  • 16. ADVANTAGES › Easier to understand. › Simplifies data overview. › Easier to work with because of its linear type data storage DISADVANTAGES › Predefined tree structure reduces flexibility. › Many too many relationships not supported. › Slow because access to a child segment can only be done through the parent segment
  • 17. Type of basic database that is made to run on a single computer.
  • 18. CHARACTERISTICS & FEATURES  Allows file system level access to data, rather than access via a database server.  Usually come with rich, visual data-centric user interfaces  Like text database, each row is a single record but each field is in a separate column  Offer a range of functionality for smaller data sets but do not generally support the kinds of advanced predictive analytics and data mining.  Widely used in small systems where expensive client-server databases are unnecessary and simple table-based access is more familiar to users
  • 19. ADVANTAGES › Cheaper to implement and maintain. › User friendly database environment. › Does not require sophisticated hardware and networking setups. DISADVANTAGES › Low Security. › Limited performance & capability. › Cannot represent complex data relationships. › Data redundancy is common especially when the amount of data increases.
  • 20. REFERENCE › https://www.techopedia.com/definition/25956/flat-file › http://www.jegsworks.com/lessons/ComputerBasics/lesson1-2/lesson2- 4database.htm › https://simple.wikipedia.org/wiki/Hierarchical_database_model › https://www.techopedia.com/definition/19782/hierarchical-database › http://databasemanagement.wikia.com/wiki/Category:Hierarchical_Data_Model › http://www.ukessays.co.uk/essays/information-technology/hierarchical-data- model.php

Notas do Editor

  1. Searching for data requires the DBMS to run through the entire model from top to bottom until the required information is found, making queries very slow. 
  2. Searching for data requires the DBMS to run through the entire model from top to bottom until the required information is found, making queries very slow.