SlideShare a Scribd company logo
1 of 24
Hasaka Sasaranga Wijenarayana | 0124
Mahima Bimshan
Harsha Kanchana
Shandu Malan
Content
 Data & Information
 What is a database?
 Data modeling
 Database Management System (DBMS)
 Data Manipulation
 Advantages & Disadvantages of DBMS
What is data?
 Raw facts and figures
 Can be numbers, characters, symbols, images etc.
 Meaningless
What is information
The data that have been processed and organized in a
presentable manner to make them meaningful and useful.
Proper information must meets following criteria.
 Must be communicated to recipient
 Must be in a understandable language
 Must be organized properly
 Must be related to purpose
Data vs. Information
Data Information
Raw fact Data with context
No context Processed data
Just Numbers and text
Value added to data
-Summarized
-Organized
-Analyzed
What is a database?
 A collection of data organized in a manner that allows
access, retrieval, and use of that data.
 Data is typically organized as “records” in a
relation(table).
 Database is designed, built and populated with data for a
specific purpose for a specific group of people.
 Allows to update.
Basic Database Structure
What is Data Modelling?
Process of creating a data model for the data to be stored in a
Database. This data model is a conceptual representation of
 Data objects
 The associations between different data objects
 The rules.
Emphasizes on what data is needed and how it should be organized
instead of what operations need to be performed on the data.
Types of Data Models
 There are mainly three different types of data models:
 Conceptual: This Data Model defines WHAT the system contains. This
model is typically created by Business stakeholders and Data
Architects. The purpose is to organize, scope and define business
concepts and rules.
 Logical: Defines HOW the system should be implemented regardless
of the DBMS. This model is typically created by Data Architects and
Business Analysts. The purpose is to developed technical map of rules
and data structures.
 Physical: This Data Model describes HOW the system will be
implemented using a specific DBMS system. This model is typically
created by DBA and developers. The purpose is actual implementation
of the database.
What is a DBMS?
A software or a set of programs that provides the necessary infrastructure
to developers/users to perform operations like selection, insertion,
updation or deletion of data in a database.
DBMS Softwares
Following are some popular DBMS softwares,
 MS-Access
 Oracle
 MySQL
 Dbase
 FoxPro
Database Design
Conceptual database design : conceptual representation of the database,
which has the identification of the important entities, relationships, and
attributes.
Logical database design : convert the conceptual representation to the
logical structure of the database, which includes designing the relations.
Physical database design : make a decision how the logical structure is to
be physically implemented in the target Database Management System
(DBMS)
Types of databases
 Relational database
 Distributed database
 Cloud database
 NoSQL database
 Object-oriented database
 Graph database
Relational Database
A structure that allows us to identify and access data in
relation to another piece of data in the database
Distributed Database
A database that is logically
the same system but it is
physically spread over
different sites of a
computer network.
Cloud database
A cloud database is a database service built and
accessed through a cloud platform.
 Amazon Web Services
 Microsoft Azure SQL Database
 Cloud SQL by Google
 Oracle Database as a Service
Object-oriented database
NoSQL, which stand for "not only SQL," is an alternative to traditional
relational databases in which data is placed in tables and data schema is
carefully designed before the database is built.
OODB are databases that represent data in
the form of objects and classes. In object-
oriented terminology, an object is a real-
world entity, and a class is a collection
of objects.
NoSQL database
Data Manipulation
The process of changing data in an effort to make it easier to read or to
make more organized.
For example a log of data can be sorted out in alphabetical order making
easier to locate.
SQL (Structured Query Language) - standard computer language for
relational database management and data manipulation
DML- Data Manipulation Language
Sub language of SQL which enables users to access and
manipulate data such as selection, insertion, deletion or
modification.
Keywords
SELECT, INSERT, UPDATE, DELETE
INSERT INTO table_name (column1, column2, column3,...columnN)] VALUES
(value1, value2, value3,...valueN)
SELECT * FROM table_name;
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;
DELETE FROM table_name WHERE condition;
Advantages of a DBMS
 Controlling Data Redundancy: Data is recorded in only one place in
the database and it is not duplicated.
 Data Consistency: Data item appears only once, and the updated
value is immediately available to all users.
 Control Over Concurrency : In a computer file-based system in
updating, one may overwrite the values recorded by the other.
 Backup and Recovery Procedures: automatically create the backup of
data and restore data if required.
 Data Independence: Separation of data structure of database from
application program that uses the data is called data independence.
Disadvantages of DBMS
 Cost of Hardware and Software: Processor with high speed of data
processing and memory of large size is required.
 Cost of Data Conversion: Very difficult and costly method to convert
data of data file into database.
 Cost of Staff Training: Time & cost for the training of staff to run the
DBMS is high.
 Appointing Technical Staff: Trained technical persons such as database
administrator, application programmers, data entry operators etc. are
required to handle the DBMS.
 Database Damage: All data is integrated into a single database. If
database is damaged due to electric failure or database is corrupted on
the storage media, then your valuable data may be lost forever.
Thank You

More Related Content

What's hot

Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databasesBryan Corpuz
 
Types of databases
Types of databasesTypes of databases
Types of databasesPAQUIAAIZEL
 
Database management system1
Database management system1Database management system1
Database management system1jamwal85
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
Introduction: Databases and Database Users
Introduction: Databases and Database UsersIntroduction: Databases and Database Users
Introduction: Databases and Database Userssontumax
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to databaseArpee Callejo
 
Database management functions
Database management functionsDatabase management functions
Database management functionsyhen06
 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
 
Basic Concept Of Database Management System (DBMS) [Presentation Slide]
Basic Concept Of Database Management System (DBMS) [Presentation Slide]Basic Concept Of Database Management System (DBMS) [Presentation Slide]
Basic Concept Of Database Management System (DBMS) [Presentation Slide]Atik Israk
 
Dbms Introduction and Basics
Dbms Introduction and BasicsDbms Introduction and Basics
Dbms Introduction and BasicsSHIKHA GAUTAM
 
Fundamentals of Database system
Fundamentals of Database systemFundamentals of Database system
Fundamentals of Database systemphilipsinter
 

What's hot (20)

Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databases
 
Database Chapter 1
Database Chapter 1Database Chapter 1
Database Chapter 1
 
Types of databases
Types of databasesTypes of databases
Types of databases
 
Database management system1
Database management system1Database management system1
Database management system1
 
Database management system
Database management system Database management system
Database management system
 
Data models
Data modelsData models
Data models
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Introduction: Databases and Database Users
Introduction: Databases and Database UsersIntroduction: Databases and Database Users
Introduction: Databases and Database Users
 
Unit1 DBMS Introduction
Unit1 DBMS IntroductionUnit1 DBMS Introduction
Unit1 DBMS Introduction
 
Dbms unit i
Dbms unit iDbms unit i
Dbms unit i
 
Introduction to database
Introduction to databaseIntroduction to database
Introduction to database
 
DATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEMDATABASE MANAGEMENT SYSTEM
DATABASE MANAGEMENT SYSTEM
 
Database management functions
Database management functionsDatabase management functions
Database management functions
 
Data base management system
Data base management systemData base management system
Data base management system
 
Sql Server Basics
Sql Server BasicsSql Server Basics
Sql Server Basics
 
11 Database Concepts
11 Database Concepts11 Database Concepts
11 Database Concepts
 
Basic Concept Of Database Management System (DBMS) [Presentation Slide]
Basic Concept Of Database Management System (DBMS) [Presentation Slide]Basic Concept Of Database Management System (DBMS) [Presentation Slide]
Basic Concept Of Database Management System (DBMS) [Presentation Slide]
 
Dbms Introduction and Basics
Dbms Introduction and BasicsDbms Introduction and Basics
Dbms Introduction and Basics
 
Fundamentals of Database system
Fundamentals of Database systemFundamentals of Database system
Fundamentals of Database system
 
Database Management System ppt
Database Management System pptDatabase Management System ppt
Database Management System ppt
 

Similar to Database System

Ch-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfCh-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfMrjJoker1
 
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 InformaticsZulfiquer Ahmed Amin
 
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptxINTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptxrenadmajid789
 
Chapter 5 data processing
Chapter 5 data processingChapter 5 data processing
Chapter 5 data processingUMaine
 
Data base management system
Data base management systemData base management system
Data base management systemashirafzal1
 
DBMS Full book by Muhammad Sharif title as Database systems Handbook.pdf
DBMS Full book by Muhammad Sharif  title as Database systems Handbook.pdfDBMS Full book by Muhammad Sharif  title as Database systems Handbook.pdf
DBMS Full book by Muhammad Sharif title as Database systems Handbook.pdfBahria University Islamabad, Pakistan
 

Similar to Database System (20)

Dbms
DbmsDbms
Dbms
 
Lecture#5
Lecture#5Lecture#5
Lecture#5
 
ICT L5+.pptx
ICT L5+.pptxICT L5+.pptx
ICT L5+.pptx
 
Database systems Handbook 2V.pdf
Database systems Handbook 2V.pdfDatabase systems Handbook 2V.pdf
Database systems Handbook 2V.pdf
 
Unit 1 DBMS
Unit 1 DBMSUnit 1 DBMS
Unit 1 DBMS
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook.pdf
Database systems Handbook.pdfDatabase systems Handbook.pdf
Database systems Handbook.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Database systems Handbook dbms.pdf
Database systems Handbook dbms.pdfDatabase systems Handbook dbms.pdf
Database systems Handbook dbms.pdf
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.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 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
 
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptxINTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
 
Chapter 5 data processing
Chapter 5 data processingChapter 5 data processing
Chapter 5 data processing
 
Dbms module i
Dbms module iDbms module i
Dbms module i
 
Data base management system
Data base management systemData base management system
Data base management system
 
Database fundamentals
Database fundamentalsDatabase fundamentals
Database fundamentals
 
Dbms models
Dbms modelsDbms models
Dbms models
 
DBMS Full book by Muhammad Sharif title as Database systems Handbook.pdf
DBMS Full book by Muhammad Sharif  title as Database systems Handbook.pdfDBMS Full book by Muhammad Sharif  title as Database systems Handbook.pdf
DBMS Full book by Muhammad Sharif title as Database systems Handbook.pdf
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
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
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
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.pptxheathfieldcps1
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
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 17Celine George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
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 ClassroomPooky Knightsmith
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
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 FellowsMebane Rash
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
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 17Celine George
 
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
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
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
 

Recently uploaded (20)

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
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
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
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
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
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
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
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
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
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
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
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
 
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
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
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Ữ Â...
 

Database System

  • 1. Hasaka Sasaranga Wijenarayana | 0124 Mahima Bimshan Harsha Kanchana Shandu Malan
  • 2. Content  Data & Information  What is a database?  Data modeling  Database Management System (DBMS)  Data Manipulation  Advantages & Disadvantages of DBMS
  • 3. What is data?  Raw facts and figures  Can be numbers, characters, symbols, images etc.  Meaningless
  • 4. What is information The data that have been processed and organized in a presentable manner to make them meaningful and useful. Proper information must meets following criteria.  Must be communicated to recipient  Must be in a understandable language  Must be organized properly  Must be related to purpose
  • 5. Data vs. Information Data Information Raw fact Data with context No context Processed data Just Numbers and text Value added to data -Summarized -Organized -Analyzed
  • 6. What is a database?  A collection of data organized in a manner that allows access, retrieval, and use of that data.  Data is typically organized as “records” in a relation(table).  Database is designed, built and populated with data for a specific purpose for a specific group of people.  Allows to update.
  • 8. What is Data Modelling? Process of creating a data model for the data to be stored in a Database. This data model is a conceptual representation of  Data objects  The associations between different data objects  The rules. Emphasizes on what data is needed and how it should be organized instead of what operations need to be performed on the data.
  • 9.
  • 10. Types of Data Models  There are mainly three different types of data models:  Conceptual: This Data Model defines WHAT the system contains. This model is typically created by Business stakeholders and Data Architects. The purpose is to organize, scope and define business concepts and rules.  Logical: Defines HOW the system should be implemented regardless of the DBMS. This model is typically created by Data Architects and Business Analysts. The purpose is to developed technical map of rules and data structures.  Physical: This Data Model describes HOW the system will be implemented using a specific DBMS system. This model is typically created by DBA and developers. The purpose is actual implementation of the database.
  • 11.
  • 12. What is a DBMS? A software or a set of programs that provides the necessary infrastructure to developers/users to perform operations like selection, insertion, updation or deletion of data in a database.
  • 13. DBMS Softwares Following are some popular DBMS softwares,  MS-Access  Oracle  MySQL  Dbase  FoxPro
  • 14. Database Design Conceptual database design : conceptual representation of the database, which has the identification of the important entities, relationships, and attributes. Logical database design : convert the conceptual representation to the logical structure of the database, which includes designing the relations. Physical database design : make a decision how the logical structure is to be physically implemented in the target Database Management System (DBMS)
  • 15. Types of databases  Relational database  Distributed database  Cloud database  NoSQL database  Object-oriented database  Graph database
  • 16. Relational Database A structure that allows us to identify and access data in relation to another piece of data in the database
  • 17. Distributed Database A database that is logically the same system but it is physically spread over different sites of a computer network.
  • 18. Cloud database A cloud database is a database service built and accessed through a cloud platform.  Amazon Web Services  Microsoft Azure SQL Database  Cloud SQL by Google  Oracle Database as a Service
  • 19. Object-oriented database NoSQL, which stand for "not only SQL," is an alternative to traditional relational databases in which data is placed in tables and data schema is carefully designed before the database is built. OODB are databases that represent data in the form of objects and classes. In object- oriented terminology, an object is a real- world entity, and a class is a collection of objects. NoSQL database
  • 20. Data Manipulation The process of changing data in an effort to make it easier to read or to make more organized. For example a log of data can be sorted out in alphabetical order making easier to locate. SQL (Structured Query Language) - standard computer language for relational database management and data manipulation
  • 21. DML- Data Manipulation Language Sub language of SQL which enables users to access and manipulate data such as selection, insertion, deletion or modification. Keywords SELECT, INSERT, UPDATE, DELETE INSERT INTO table_name (column1, column2, column3,...columnN)] VALUES (value1, value2, value3,...valueN) SELECT * FROM table_name; UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition; DELETE FROM table_name WHERE condition;
  • 22. Advantages of a DBMS  Controlling Data Redundancy: Data is recorded in only one place in the database and it is not duplicated.  Data Consistency: Data item appears only once, and the updated value is immediately available to all users.  Control Over Concurrency : In a computer file-based system in updating, one may overwrite the values recorded by the other.  Backup and Recovery Procedures: automatically create the backup of data and restore data if required.  Data Independence: Separation of data structure of database from application program that uses the data is called data independence.
  • 23. Disadvantages of DBMS  Cost of Hardware and Software: Processor with high speed of data processing and memory of large size is required.  Cost of Data Conversion: Very difficult and costly method to convert data of data file into database.  Cost of Staff Training: Time & cost for the training of staff to run the DBMS is high.  Appointing Technical Staff: Trained technical persons such as database administrator, application programmers, data entry operators etc. are required to handle the DBMS.  Database Damage: All data is integrated into a single database. If database is damaged due to electric failure or database is corrupted on the storage media, then your valuable data may be lost forever.