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

Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guidethomasmary607
 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basicsrenuindia
 
Introduction to distributed database
Introduction to distributed databaseIntroduction to distributed database
Introduction to distributed databaseSonia Panesar
 
data base management system (DBMS)
data base management system (DBMS)data base management system (DBMS)
data base management system (DBMS)Varish Bajaj
 
Types of Database Models
Types of Database ModelsTypes of Database Models
Types of Database ModelsMurassa Gillani
 
Object relational and extended relational databases
Object relational and extended relational databasesObject relational and extended relational databases
Object relational and extended relational databasesSuhad Jihad
 
The Relational Database Model
The Relational Database ModelThe Relational Database Model
The Relational Database ModelShishir Aryal
 
Core Data Service
Core Data ServiceCore Data Service
Core Data ServiceSujoy Saha
 
Lecture 04 normalization
Lecture 04 normalization Lecture 04 normalization
Lecture 04 normalization emailharmeet
 
Kskv kutch university DBMS unit 1 basic concepts, data,information,database,...
Kskv kutch university DBMS unit 1  basic concepts, data,information,database,...Kskv kutch university DBMS unit 1  basic concepts, data,information,database,...
Kskv kutch university DBMS unit 1 basic concepts, data,information,database,...Dipen Parmar
 
Tutorial On Database Management System
Tutorial On Database Management SystemTutorial On Database Management System
Tutorial On Database Management Systempsathishcs
 

What's hot (20)

Sql Server Basics
Sql Server BasicsSql Server Basics
Sql Server Basics
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
 
Database Administrator
Database AdministratorDatabase Administrator
Database Administrator
 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basics
 
Files Vs DataBase
Files Vs DataBaseFiles Vs DataBase
Files Vs DataBase
 
View of data DBMS
View of data DBMSView of data DBMS
View of data DBMS
 
Introduction to distributed database
Introduction to distributed databaseIntroduction to distributed database
Introduction to distributed database
 
data base management system (DBMS)
data base management system (DBMS)data base management system (DBMS)
data base management system (DBMS)
 
Types of Database Models
Types of Database ModelsTypes of Database Models
Types of Database Models
 
Object relational and extended relational databases
Object relational and extended relational databasesObject relational and extended relational databases
Object relational and extended relational databases
 
Data models
Data modelsData models
Data models
 
The Relational Database Model
The Relational Database ModelThe Relational Database Model
The Relational Database Model
 
Core Data Service
Core Data ServiceCore Data Service
Core Data Service
 
DFD ppt
DFD pptDFD ppt
DFD ppt
 
Lecture 04 normalization
Lecture 04 normalization Lecture 04 normalization
Lecture 04 normalization
 
Basi di dati
Basi di dati Basi di dati
Basi di dati
 
Kskv kutch university DBMS unit 1 basic concepts, data,information,database,...
Kskv kutch university DBMS unit 1  basic concepts, data,information,database,...Kskv kutch university DBMS unit 1  basic concepts, data,information,database,...
Kskv kutch university DBMS unit 1 basic concepts, data,information,database,...
 
Data models
Data modelsData models
Data models
 
Tutorial On Database Management System
Tutorial On Database Management SystemTutorial On Database Management System
Tutorial On Database Management System
 
Database & Database Users
Database & Database UsersDatabase & Database Users
Database & Database Users
 

Similar to Database Fundamentals and Concepts Explained

Similar to Database Fundamentals and Concepts Explained (20)

Data base management system
Data base management systemData base management system
Data base management system
 
Dbms unit i
Dbms unit iDbms unit i
Dbms unit i
 
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
 

Recently uploaded

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

Database Fundamentals and Concepts Explained

  • 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.