SlideShare a Scribd company logo
1 of 14
By Maria Stella Solon
WHAT IS DBMS?
 Before answering this question. Let’s
learn the key Terminologies of DBMS.
DATA
 Data is a Latin word meaning which is
plural in format and has “Datum” as its
singular format, layman may describe
data as “Raw facts and Figures”
 0-9
 A-Z
 Special Characters etc.
INFORMATION
 On processing raw facts and figures(DATA )
the outcome is in the form of meaningful
information.
 Information is the key to “Decision Making”
EXPLANATION
DERIVATION
DATA INFORMATION KNOWLEDGE
EXPERIENCE WISDOM
DATABASE
 Database is defined as the systematic
and organized information of data, for
effective and efficient retrieval and
modification of data as and when
required.
DATABASE
CENTRALIZED DISTRIBUTED
DATABASE
ADMINISTRATOR
 Database Administrator is an expert or
team of experts who works as a
manager of the Database and is
responsible for:
 Security
 Data Backup
 Data Recovery
 Troubleshooting, etc.
EXPLANATION
DBMS
 Database Management System is
collection of program schedules, that
allows one to store, fetch(retrieve),
modify or update data stored in
Database. One can create or drop
database using DBMS.Cthe popular
forms are:
 Oracle, Sybase, MySQL, Microsoft SQL
Server
SCHEMA
 Schema defines the structures of
Database, it is describe as the blueprint
of the database. We have three levels of
schema hat are classified on the basis
of different level of views available:
SCHEMA
INTERNAL SCHEMA
CONCEPTUAL SCHEMA
EXTERNAL SCHEMA
PRIMARY KEY
 Primary Key – is used to recognized a
record uniquely. A primary key must be:
 Unique – Value in primary column
cannot be repeated.
 Not Null – The Primary Key cannot have
a null value i.e. The primary key cannot
be left blank.
FOREIGN KEY
 Foreign Key - is the key is used to link
two functions in table(Table) in a
database.
 In simple if we assume two tables Table
A and Table B, the primary key of Table
A will act as the foreign key in Table B.
THANK YOU !

More Related Content

What's hot

Database system concepts and architecture
Database system concepts and architectureDatabase system concepts and architecture
Database system concepts and architectureJafar Nesargi
 
Database management system1
Database management system1Database management system1
Database management system1jamwal85
 
Data base management system
Data base management systemData base management system
Data base management systemNavneet Jingar
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to DatabaseSiti Ismail
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to databaseemailharmeet
 
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
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemNishant Munjal
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)welcometofacebook
 
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
 
Applications of DBMS(Database Management System)
Applications of DBMS(Database Management System)Applications of DBMS(Database Management System)
Applications of DBMS(Database Management System)chhinder kaur
 
Database Management System Introduction
Database Management System IntroductionDatabase Management System Introduction
Database Management System IntroductionSmriti Jain
 
Creating a database
Creating a databaseCreating a database
Creating a databaseRahul Gupta
 
Relational database
Relational database Relational database
Relational database Megha Sharma
 
Database systems
Database systemsDatabase systems
Database systemsDhani Ahmad
 

What's hot (20)

Database system concepts and architecture
Database system concepts and architectureDatabase system concepts and architecture
Database system concepts and architecture
 
Database management system1
Database management system1Database management system1
Database management system1
 
Data base management system
Data base management systemData base management system
Data base management system
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
Lecture 01 introduction to database
Lecture 01 introduction to databaseLecture 01 introduction to database
Lecture 01 introduction to database
 
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]
 
Advantages of DBMS
Advantages of DBMSAdvantages of DBMS
Advantages of DBMS
 
Data Base Management System
Data Base Management SystemData Base Management System
Data Base Management System
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Database fundamentals(database)
Database fundamentals(database)Database fundamentals(database)
Database fundamentals(database)
 
Database language
Database languageDatabase language
Database language
 
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
 
Applications of DBMS(Database Management System)
Applications of DBMS(Database Management System)Applications of DBMS(Database Management System)
Applications of DBMS(Database Management System)
 
Dbms
DbmsDbms
Dbms
 
Database Management System Introduction
Database Management System IntroductionDatabase Management System Introduction
Database Management System Introduction
 
Creating a database
Creating a databaseCreating a database
Creating a database
 
Relational database
Relational database Relational database
Relational database
 
RDBMS
RDBMSRDBMS
RDBMS
 
Database structure
Database structureDatabase structure
Database structure
 
Database systems
Database systemsDatabase systems
Database systems
 

Similar to Database Management System

A project on DBMS and RDMS
A project on DBMS and RDMSA project on DBMS and RDMS
A project on DBMS and RDMSAayush vohra
 
Database management system overview
Database management system overviewDatabase management system overview
Database management system overviewNj Saini
 
Database Concepts.pptx
Database Concepts.pptxDatabase Concepts.pptx
Database Concepts.pptxDhruvSavaliya9
 
database concepts.pptx
database concepts.pptxdatabase concepts.pptx
database concepts.pptxslavskrillex
 
What are the major capabilities of database management systems (DBMS.pdf
What are the major capabilities of database management systems (DBMS.pdfWhat are the major capabilities of database management systems (DBMS.pdf
What are the major capabilities of database management systems (DBMS.pdffunkybabyindia
 
SQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxSQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxC3MohdArshAlam18
 
Lecture on DBMS & MySQL.pdf v. C. .
Lecture on DBMS & MySQL.pdf v.  C.     .Lecture on DBMS & MySQL.pdf v.  C.     .
Lecture on DBMS & MySQL.pdf v. C. .MayankSinghRawat6
 
SQL interview questions by jeetendra mandal - part 3
SQL interview questions by jeetendra mandal - part 3SQL interview questions by jeetendra mandal - part 3
SQL interview questions by jeetendra mandal - part 3jeetendra mandal
 

Similar to Database Management System (20)

Dbms
DbmsDbms
Dbms
 
unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 
RDMS AND SQL
RDMS AND SQLRDMS AND SQL
RDMS AND SQL
 
Database fundamentals
Database fundamentalsDatabase fundamentals
Database fundamentals
 
SQL for interview
SQL for interviewSQL for interview
SQL for interview
 
unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 
A project on DBMS and RDMS
A project on DBMS and RDMSA project on DBMS and RDMS
A project on DBMS and RDMS
 
Data base
Data baseData base
Data base
 
Database management system overview
Database management system overviewDatabase management system overview
Database management system overview
 
Database Concepts.pptx
Database Concepts.pptxDatabase Concepts.pptx
Database Concepts.pptx
 
lovely
lovelylovely
lovely
 
database concepts.pptx
database concepts.pptxdatabase concepts.pptx
database concepts.pptx
 
Database System
Database SystemDatabase System
Database System
 
SQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptxSQL ARPIT YADAV.pptx
SQL ARPIT YADAV.pptx
 
Dbms unit i
Dbms unit iDbms unit i
Dbms unit i
 
What are the major capabilities of database management systems (DBMS.pdf
What are the major capabilities of database management systems (DBMS.pdfWhat are the major capabilities of database management systems (DBMS.pdf
What are the major capabilities of database management systems (DBMS.pdf
 
SQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptxSQL_Introduction_Updated.pptx
SQL_Introduction_Updated.pptx
 
Database
DatabaseDatabase
Database
 
Lecture on DBMS & MySQL.pdf v. C. .
Lecture on DBMS & MySQL.pdf v.  C.     .Lecture on DBMS & MySQL.pdf v.  C.     .
Lecture on DBMS & MySQL.pdf v. C. .
 
SQL interview questions by jeetendra mandal - part 3
SQL interview questions by jeetendra mandal - part 3SQL interview questions by jeetendra mandal - part 3
SQL interview questions by jeetendra mandal - part 3
 

More from Maria Stella Solon (9)

Webpage design lesson3
Webpage design lesson3Webpage design lesson3
Webpage design lesson3
 
Webdesign
WebdesignWebdesign
Webdesign
 
Basic web dev
Basic web devBasic web dev
Basic web dev
 
MIS Support to Management
MIS Support to ManagementMIS Support to Management
MIS Support to Management
 
Management Information System
Management Information SystemManagement Information System
Management Information System
 
Professional Ethics of IT
Professional Ethics of ITProfessional Ethics of IT
Professional Ethics of IT
 
Dbms
DbmsDbms
Dbms
 
Declaration of variables
Declaration of variablesDeclaration of variables
Declaration of variables
 
Basic c++
Basic c++Basic c++
Basic c++
 

Recently uploaded

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 

Recently uploaded (20)

Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
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
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
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🔝
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 

Database Management System

  • 2. WHAT IS DBMS?  Before answering this question. Let’s learn the key Terminologies of DBMS.
  • 3. DATA  Data is a Latin word meaning which is plural in format and has “Datum” as its singular format, layman may describe data as “Raw facts and Figures”  0-9  A-Z  Special Characters etc.
  • 4. INFORMATION  On processing raw facts and figures(DATA ) the outcome is in the form of meaningful information.  Information is the key to “Decision Making”
  • 7. DATABASE  Database is defined as the systematic and organized information of data, for effective and efficient retrieval and modification of data as and when required. DATABASE CENTRALIZED DISTRIBUTED
  • 8. DATABASE ADMINISTRATOR  Database Administrator is an expert or team of experts who works as a manager of the Database and is responsible for:  Security  Data Backup  Data Recovery  Troubleshooting, etc.
  • 10. DBMS  Database Management System is collection of program schedules, that allows one to store, fetch(retrieve), modify or update data stored in Database. One can create or drop database using DBMS.Cthe popular forms are:  Oracle, Sybase, MySQL, Microsoft SQL Server
  • 11. SCHEMA  Schema defines the structures of Database, it is describe as the blueprint of the database. We have three levels of schema hat are classified on the basis of different level of views available: SCHEMA INTERNAL SCHEMA CONCEPTUAL SCHEMA EXTERNAL SCHEMA
  • 12. PRIMARY KEY  Primary Key – is used to recognized a record uniquely. A primary key must be:  Unique – Value in primary column cannot be repeated.  Not Null – The Primary Key cannot have a null value i.e. The primary key cannot be left blank.
  • 13. FOREIGN KEY  Foreign Key - is the key is used to link two functions in table(Table) in a database.  In simple if we assume two tables Table A and Table B, the primary key of Table A will act as the foreign key in Table B.