SlideShare a Scribd company logo
1 of 27
Introduction to Database
Management
Gevita Chinnaiah
11/06/2023
Agenda
• Overview of database management
• Importance of databases
• Types of databases
• Relational database management systems (RDBMS)
• Components of a database system
• Database design and normalization
• Data querying and manipulation
• Database security and backup
• Database administration and maintenance
• Conclusion and Q&A
Overview of Database Management
• Definition of database management
• Role of databases in organizing and storing
data efficiently
• Evolution of database management systems
(DBMS)
• Benefits of using a DBMS
Importance of Databases
• Centralized data storage and accessibility
• Data consistency and integrity
• Improved data security
• Efficient data retrieval and manipulation
• Support for complex queries and analysis
Types of Databases
• Relational databases
• Object-oriented databases
• NoSQL databases
Relational Database Management
Systems (RDBMS)
• Definition of RDBMS
• Key features and advantages
• Popular RDBMS examples (e.g., Oracle,
MySQL, SQL Server)
Components of a Database System
• Data model
• Database schema
• Data dictionary
• Data storage and access methods
• Query processor
• Transaction manager
• Recovery manager
Database Design and Normalization
• Conceptual, logical, and physical database
design
• Importance of normalization
• Normalization levels (1NF, 2NF, 3NF, BCNF)
Normalization levels (1NF)
• Rules for First Normal Form
– Rule 1: Single Valued Attributes
– Rule 2: Attribute Domain should not change
– Rule 3: Unique name for Attributes/Columns
– Rule 4: Order doesn't matters
Normalization levels (1NF)
• Time for an Example
• How to solve this Problem?
Normalization levels (1NF)
• Using the First Normal Form, data redundancy
increases
Normalization levels (2NF)
• What is Second Normal Form?
– The table should be in the First Normal Form.
– There should be no Partial Dependency.
• What is Dependency?
• Case 1
What is Partial Dependency?
• Table Subject
• Table Score
• But where is Partial Dependency?
How to remove Partial Dependency?
• Subject table
• Score table
Normalization levels (3NF)
• Student
• Subject
• Score
• Requirements for Third Normal Form
– It should be in the Second Normal form.
– And it should not have Transitive Dependency.
Normalization levels (3NF)
• What is Transitive Dependency?
• How to remove Transitive Dependency?
Normalization levels (3NF)
• Score Table: In 3rd Normal Form
• The new Exam table
Advantage of removing Transitive
Dependency
• Amount of data duplication is reduced.
• Data integrity achieved.
Boyce-Codd Normal Form (BCNF)
• Rules for BCNF
– It should be in the Third Normal Form.
– And, for any dependency A → B, A should be
a super key.
Boyce-Codd Normal Form (BCNF)
• Student Table
• Professor Table
Data Querying and Manipulation
• SQL (Structured Query Language)
• Basic SQL queries (SELECT, INSERT, UPDATE,
DELETE)
• Advanced SQL operations (JOIN, GROUP BY,
HAVING)
• Data manipulation language (DML) and data
definition language (DDL) statements
Database Security and Backup
• Importance of data security
• User authentication and access control
• Encryption and data masking
• Database backup and recovery strategies
• Disaster recovery planning
Database Administration and
Maintenance
• Role of database administrators (DBAs)
• Performance tuning and optimization
• Monitoring and troubleshooting
• Indexing and query optimization
• Database versioning and upgrades
Conclusion and Q&A
• Importance of database management in
modern organizations
• Opportunities for further learning and
exploration
• Question and answer session
Introduction to Database Management.pptx

More Related Content

Similar to Introduction to Database Management.pptx

chapter09-120827115409-phpapp01.pdf
chapter09-120827115409-phpapp01.pdfchapter09-120827115409-phpapp01.pdf
chapter09-120827115409-phpapp01.pdf
AxmedMaxamuud6
 
Uc14 chap14
Uc14 chap14Uc14 chap14
Uc14 chap14
ayahye
 
01-Database Administration and Management.pdf
01-Database Administration and Management.pdf01-Database Administration and Management.pdf
01-Database Administration and Management.pdf
TOUSEEQHAIDER14
 
Utsav Mahendra : Introduction to Database and managemnet
Utsav Mahendra : Introduction to Database and managemnetUtsav Mahendra : Introduction to Database and managemnet
Utsav Mahendra : Introduction to Database and managemnet
Utsav Mahendra
 

Similar to Introduction to Database Management.pptx (20)

Chapter 9 Data Design .pptxInformation Technology Project Management
Chapter 9 Data Design .pptxInformation Technology Project ManagementChapter 9 Data Design .pptxInformation Technology Project Management
Chapter 9 Data Design .pptxInformation Technology Project Management
 
CS3270 - DATABASE SYSTEM - Lecture (2)
CS3270 - DATABASE SYSTEM - Lecture (2)CS3270 - DATABASE SYSTEM - Lecture (2)
CS3270 - DATABASE SYSTEM - Lecture (2)
 
Data warehouse 15 data modeling
Data warehouse 15 data modelingData warehouse 15 data modeling
Data warehouse 15 data modeling
 
Development Lifecycle
Development LifecycleDevelopment Lifecycle
Development Lifecycle
 
chapter09-120827115409-phpapp01.pdf
chapter09-120827115409-phpapp01.pdfchapter09-120827115409-phpapp01.pdf
chapter09-120827115409-phpapp01.pdf
 
Presentation DBMS (1)
Presentation DBMS (1)Presentation DBMS (1)
Presentation DBMS (1)
 
Uc14 chap14
Uc14 chap14Uc14 chap14
Uc14 chap14
 
Uc14 chap14
Uc14 chap14Uc14 chap14
Uc14 chap14
 
DBMS architecture &; system structure
DBMS architecture &; system  structureDBMS architecture &; system  structure
DBMS architecture &; system structure
 
Database management system
Database management systemDatabase management system
Database management system
 
01-Database Administration and Management.pdf
01-Database Administration and Management.pdf01-Database Administration and Management.pdf
01-Database Administration and Management.pdf
 
Multimedia db system
Multimedia db systemMultimedia db system
Multimedia db system
 
Dubovskaia Daria Data Science in Context Presentation copy.pptx
Dubovskaia Daria Data Science in Context Presentation  copy.pptxDubovskaia Daria Data Science in Context Presentation  copy.pptx
Dubovskaia Daria Data Science in Context Presentation copy.pptx
 
DataBaseManagementSystem-DBMS
DataBaseManagementSystem-DBMSDataBaseManagementSystem-DBMS
DataBaseManagementSystem-DBMS
 
Database Management Systems 2
Database Management Systems 2Database Management Systems 2
Database Management Systems 2
 
Basic Concept of Database
Basic Concept of DatabaseBasic Concept of Database
Basic Concept of Database
 
Utsav Mahendra : Introduction to Database and managemnet
Utsav Mahendra : Introduction to Database and managemnetUtsav Mahendra : Introduction to Database and managemnet
Utsav Mahendra : Introduction to Database and managemnet
 
Sql server ___________session_1-intro
Sql server  ___________session_1-introSql server  ___________session_1-intro
Sql server ___________session_1-intro
 
CST204 DBMS Module-1
CST204 DBMS Module-1CST204 DBMS Module-1
CST204 DBMS Module-1
 
Introduction to Database Management Systems (DBMS)
Introduction to Database Management Systems (DBMS)Introduction to Database Management Systems (DBMS)
Introduction to Database Management Systems (DBMS)
 

More from GevitaChinnaiah

More from GevitaChinnaiah (15)

Software Programming with Python II.pptx
Software Programming with Python II.pptxSoftware Programming with Python II.pptx
Software Programming with Python II.pptx
 
a basic java programming and data type.ppt
a basic java programming and data type.ppta basic java programming and data type.ppt
a basic java programming and data type.ppt
 
Install an Operating System.pptx
Install an Operating System.pptxInstall an Operating System.pptx
Install an Operating System.pptx
 
Solve Stop Code Memory Management on Windows.pptx
Solve Stop Code Memory Management on Windows.pptxSolve Stop Code Memory Management on Windows.pptx
Solve Stop Code Memory Management on Windows.pptx
 
windows memory management.pptx
windows memory management.pptxwindows memory management.pptx
windows memory management.pptx
 
OPERATING SYSTEM CHAPTER 3.ppt
OPERATING SYSTEM CHAPTER 3.pptOPERATING SYSTEM CHAPTER 3.ppt
OPERATING SYSTEM CHAPTER 3.ppt
 
Lecture 3 React Native with Database.pptx
Lecture 3 React Native with Database.pptxLecture 3 React Native with Database.pptx
Lecture 3 React Native with Database.pptx
 
Database Management System (DBMS).pptx
Database Management System (DBMS).pptxDatabase Management System (DBMS).pptx
Database Management System (DBMS).pptx
 
Operating System chapter 1.pptx
Operating System chapter 1.pptxOperating System chapter 1.pptx
Operating System chapter 1.pptx
 
Lecture 2 Styling and Layout in React Native.pptx
Lecture 2 Styling and Layout in React Native.pptxLecture 2 Styling and Layout in React Native.pptx
Lecture 2 Styling and Layout in React Native.pptx
 
Lecture 1 Introduction to React Native.pptx
Lecture 1 Introduction to React Native.pptxLecture 1 Introduction to React Native.pptx
Lecture 1 Introduction to React Native.pptx
 
Understanding Applications.pptx
Understanding Applications.pptxUnderstanding Applications.pptx
Understanding Applications.pptx
 
Operating System 2.pptx
Operating System 2.pptxOperating System 2.pptx
Operating System 2.pptx
 
Operating System 1.pptx
Operating System 1.pptxOperating System 1.pptx
Operating System 1.pptx
 
INTRODUCTION TO DATABASE AND QUERING.pptx
INTRODUCTION TO DATABASE AND QUERING.pptxINTRODUCTION TO DATABASE AND QUERING.pptx
INTRODUCTION TO DATABASE AND QUERING.pptx
 

Recently uploaded

Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 

Recently uploaded (20)

5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 

Introduction to Database Management.pptx

  • 2. Agenda • Overview of database management • Importance of databases • Types of databases • Relational database management systems (RDBMS) • Components of a database system • Database design and normalization • Data querying and manipulation • Database security and backup • Database administration and maintenance • Conclusion and Q&A
  • 3. Overview of Database Management • Definition of database management • Role of databases in organizing and storing data efficiently • Evolution of database management systems (DBMS) • Benefits of using a DBMS
  • 4. Importance of Databases • Centralized data storage and accessibility
  • 5. • Data consistency and integrity • Improved data security • Efficient data retrieval and manipulation • Support for complex queries and analysis
  • 6. Types of Databases • Relational databases
  • 8. Relational Database Management Systems (RDBMS) • Definition of RDBMS • Key features and advantages • Popular RDBMS examples (e.g., Oracle, MySQL, SQL Server)
  • 9. Components of a Database System • Data model • Database schema • Data dictionary • Data storage and access methods • Query processor • Transaction manager • Recovery manager
  • 10. Database Design and Normalization • Conceptual, logical, and physical database design • Importance of normalization • Normalization levels (1NF, 2NF, 3NF, BCNF)
  • 11. Normalization levels (1NF) • Rules for First Normal Form – Rule 1: Single Valued Attributes – Rule 2: Attribute Domain should not change – Rule 3: Unique name for Attributes/Columns – Rule 4: Order doesn't matters
  • 12. Normalization levels (1NF) • Time for an Example • How to solve this Problem?
  • 13. Normalization levels (1NF) • Using the First Normal Form, data redundancy increases
  • 14. Normalization levels (2NF) • What is Second Normal Form? – The table should be in the First Normal Form. – There should be no Partial Dependency. • What is Dependency? • Case 1
  • 15. What is Partial Dependency? • Table Subject • Table Score • But where is Partial Dependency?
  • 16. How to remove Partial Dependency? • Subject table • Score table
  • 17. Normalization levels (3NF) • Student • Subject • Score • Requirements for Third Normal Form – It should be in the Second Normal form. – And it should not have Transitive Dependency.
  • 18. Normalization levels (3NF) • What is Transitive Dependency? • How to remove Transitive Dependency?
  • 19. Normalization levels (3NF) • Score Table: In 3rd Normal Form • The new Exam table
  • 20. Advantage of removing Transitive Dependency • Amount of data duplication is reduced. • Data integrity achieved.
  • 21. Boyce-Codd Normal Form (BCNF) • Rules for BCNF – It should be in the Third Normal Form. – And, for any dependency A → B, A should be a super key.
  • 22. Boyce-Codd Normal Form (BCNF) • Student Table • Professor Table
  • 23. Data Querying and Manipulation • SQL (Structured Query Language) • Basic SQL queries (SELECT, INSERT, UPDATE, DELETE) • Advanced SQL operations (JOIN, GROUP BY, HAVING) • Data manipulation language (DML) and data definition language (DDL) statements
  • 24. Database Security and Backup • Importance of data security • User authentication and access control • Encryption and data masking • Database backup and recovery strategies • Disaster recovery planning
  • 25. Database Administration and Maintenance • Role of database administrators (DBAs) • Performance tuning and optimization • Monitoring and troubleshooting • Indexing and query optimization • Database versioning and upgrades
  • 26. Conclusion and Q&A • Importance of database management in modern organizations • Opportunities for further learning and exploration • Question and answer session