SlideShare a Scribd company logo
1 of 19
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
MENTOR SESSION
RDBMS AND SQL
MENTOR SESSION
LEARNING OBJECTIVES
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
• Concepts of RDBMS
• Concepts of SQL
• Case Study - Problem Statement
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
RDBMS
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
An RDBMS or Relational Database Management System is a DBMS which is specifically designed
for relational datasets. It is intended for structured data format. Data in an RDBMS is stored in
Tables. A Table consists of Rows and Columns where rows contain the actual data or
observations, columns are the labels of the same. One can think an RDBMS tables it as a
spreadsheet in excel.
What is RDBMS?
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
In most of the real-life scenarios, the data we generate from various operations and business
processes are structured and can be stored in two-dimensional tables. From late 20th century,
RBDMS has been widely accepted by most of the businesses and has become an essential tool to
store, use and report data & information. Here are some of the important aspects on why do we
need RBDMS –
1. Easy to use. An RDBMS table gives an intuition on how we use excel spreadsheets. It is easy to
store and use the data.
2. Cost-effectiveness & efficiency. Most of the traditional RBMDS systems are cost-effective and vast
amount of data can be stored with relatively much lower cost and higher efficiency.
3. Can be queried by Structured Query Language which is easy to learn and apply to extract
information.
4. One can design an entity-relationship model in RDBMS to store the data in a more structured format
which eventually helps in querying effectively and extract insights.
5. It helps to maintain the integrity and consistency of the data stored.
Why do we need RDBMS?
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL – Structured Query Language
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
Structured Query Language(SQL) is a 5th generation programming language which is used to
write queries on RDBMS systems to manage and extract data and tables. It is extremely useful to
handle structured data.
SQL is a user-friendly programming language which is easy to understand and English like
language and could be used to effectively query from the databases.
What is SQL and Why do we need it?
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
While we start querying on databases, here are few key concepts on SQL –
1. DDL – Data Definition Language, used to create tables and other database objects. Few important
commands are CREATE, ALTER, DROP, TRUNCATE, RENAME etc.
2. DML – Data Manipulation Language, used to insert, update or delete records from database tables.
Few important commands are INSERT, UPDATE, DELETE etc.
3. DCL – Data Control Language, used for access controlling the database environment. Important
commands are GRANT, REVOKE etc.
4. DQL – Data Query Language, used to query the data and extract results. SELECT is the DQL
command.
5. TCL – Transaction Control Language, used to deal with the transactions within the database. It
helps controlling the transaction level events in the database. Important commands are COMMIT,
ROLLBACK etc.
Key concepts of SQL
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL Operators - Filter
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL Operators - Logical
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL Operators - Comparison
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL Operators - Special
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL Operators - Aggregations
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL GROUP BY Clause
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL HAVING Clause
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL ORDER BY Clause
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
SQL CASE Statement
MENTOR SESSION
Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited
CASE STUDY
THANK YOU
Proprietary content. ©Great Learning. All Rights Reserved.
Unauthorized use or distribution prohibited

More Related Content

Similar to Mentor Deck - SQL.pptx

Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxChapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxMaxamedAbiib1
 
Database administrator
Database administratorDatabase administrator
Database administratorTech_MX
 
Complete first chapter rdbm 17332
Complete first chapter rdbm 17332Complete first chapter rdbm 17332
Complete first chapter rdbm 17332Tushar Wagh
 
Intro_to_fswad_ppt_by_abhay (1).pptx
Intro_to_fswad_ppt_by_abhay (1).pptxIntro_to_fswad_ppt_by_abhay (1).pptx
Intro_to_fswad_ppt_by_abhay (1).pptxdipen55
 
Introduction to SQL.pptx
Introduction to SQL.pptxIntroduction to SQL.pptx
Introduction to SQL.pptxInduVerma40
 
Types of data bases
Types of data basesTypes of data bases
Types of data basesJanu Jahnavi
 
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptxLESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptxcalf_ville86
 
Database management system
Database management systemDatabase management system
Database management systemRizwanHafeez
 
Database Performance Management in Cloud
Database Performance Management in CloudDatabase Performance Management in Cloud
Database Performance Management in CloudDr. Amarjeet Singh
 
Database management system (part 1)
Database management system (part 1)Database management system (part 1)
Database management system (part 1)KavithaA19
 
SQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with TrainingSQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with TrainingUncodemy
 
Debate Initial Post and Response Rubric Student Name .docx
Debate Initial Post and Response Rubric Student Name     .docxDebate Initial Post and Response Rubric Student Name     .docx
Debate Initial Post and Response Rubric Student Name .docxsimonithomas47935
 
Data base management system
Data base management systemData base management system
Data base management systemashirafzal1
 
Database Lecture 3.pptx
Database Lecture 3.pptxDatabase Lecture 3.pptx
Database Lecture 3.pptxRUBAB79
 
Sql interview question part 9
Sql interview question part 9Sql interview question part 9
Sql interview question part 9kaashiv1
 

Similar to Mentor Deck - SQL.pptx (20)

Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptxChapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptx
 
Presentation 5 (4).pdf
Presentation 5 (4).pdfPresentation 5 (4).pdf
Presentation 5 (4).pdf
 
Database administrator
Database administratorDatabase administrator
Database administrator
 
Complete first chapter rdbm 17332
Complete first chapter rdbm 17332Complete first chapter rdbm 17332
Complete first chapter rdbm 17332
 
Intro_to_fswad_ppt_by_abhay (1).pptx
Intro_to_fswad_ppt_by_abhay (1).pptxIntro_to_fswad_ppt_by_abhay (1).pptx
Intro_to_fswad_ppt_by_abhay (1).pptx
 
Introduction to SQL.pptx
Introduction to SQL.pptxIntroduction to SQL.pptx
Introduction to SQL.pptx
 
RDBMS to NoSQL. An overview.
RDBMS to NoSQL. An overview.RDBMS to NoSQL. An overview.
RDBMS to NoSQL. An overview.
 
Types of data bases
Types of data basesTypes of data bases
Types of data bases
 
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptxLESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
 
Database management system
Database management systemDatabase management system
Database management system
 
Database Performance Management in Cloud
Database Performance Management in CloudDatabase Performance Management in Cloud
Database Performance Management in Cloud
 
1_DBMS_Introduction.pdf
1_DBMS_Introduction.pdf1_DBMS_Introduction.pdf
1_DBMS_Introduction.pdf
 
Database management system (part 1)
Database management system (part 1)Database management system (part 1)
Database management system (part 1)
 
SQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with TrainingSQL for Data Analytics: Mastering Queries and Reporting with Training
SQL for Data Analytics: Mastering Queries and Reporting with Training
 
Debate Initial Post and Response Rubric Student Name .docx
Debate Initial Post and Response Rubric Student Name     .docxDebate Initial Post and Response Rubric Student Name     .docx
Debate Initial Post and Response Rubric Student Name .docx
 
Data base management system
Data base management systemData base management system
Data base management system
 
Database Lecture 3.pptx
Database Lecture 3.pptxDatabase Lecture 3.pptx
Database Lecture 3.pptx
 
Ebook9
Ebook9Ebook9
Ebook9
 
Sql interview question part 9
Sql interview question part 9Sql interview question part 9
Sql interview question part 9
 
Ebook9
Ebook9Ebook9
Ebook9
 

Recently uploaded

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
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
 
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 Researchmichael115558
 
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.pptxolyaivanovalion
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Pooja Nehwal
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...amitlee9823
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
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 Standamitlee9823
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
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 signalsInvezz1
 
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 guaranteedamy56318795
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...amitlee9823
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
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 ProgramMoniSankarHazra
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...amitlee9823
 
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...SUHANI PANDEY
 

Recently uploaded (20)

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
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
 
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
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
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
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
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
 
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
 
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 Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
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
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
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...
 

Mentor Deck - SQL.pptx

  • 1. Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited MENTOR SESSION RDBMS AND SQL
  • 2. MENTOR SESSION LEARNING OBJECTIVES Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited • Concepts of RDBMS • Concepts of SQL • Case Study - Problem Statement
  • 3. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited RDBMS
  • 4. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited An RDBMS or Relational Database Management System is a DBMS which is specifically designed for relational datasets. It is intended for structured data format. Data in an RDBMS is stored in Tables. A Table consists of Rows and Columns where rows contain the actual data or observations, columns are the labels of the same. One can think an RDBMS tables it as a spreadsheet in excel. What is RDBMS?
  • 5. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited In most of the real-life scenarios, the data we generate from various operations and business processes are structured and can be stored in two-dimensional tables. From late 20th century, RBDMS has been widely accepted by most of the businesses and has become an essential tool to store, use and report data & information. Here are some of the important aspects on why do we need RBDMS – 1. Easy to use. An RDBMS table gives an intuition on how we use excel spreadsheets. It is easy to store and use the data. 2. Cost-effectiveness & efficiency. Most of the traditional RBMDS systems are cost-effective and vast amount of data can be stored with relatively much lower cost and higher efficiency. 3. Can be queried by Structured Query Language which is easy to learn and apply to extract information. 4. One can design an entity-relationship model in RDBMS to store the data in a more structured format which eventually helps in querying effectively and extract insights. 5. It helps to maintain the integrity and consistency of the data stored. Why do we need RDBMS?
  • 6. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL – Structured Query Language
  • 7. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited Structured Query Language(SQL) is a 5th generation programming language which is used to write queries on RDBMS systems to manage and extract data and tables. It is extremely useful to handle structured data. SQL is a user-friendly programming language which is easy to understand and English like language and could be used to effectively query from the databases. What is SQL and Why do we need it?
  • 8. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited While we start querying on databases, here are few key concepts on SQL – 1. DDL – Data Definition Language, used to create tables and other database objects. Few important commands are CREATE, ALTER, DROP, TRUNCATE, RENAME etc. 2. DML – Data Manipulation Language, used to insert, update or delete records from database tables. Few important commands are INSERT, UPDATE, DELETE etc. 3. DCL – Data Control Language, used for access controlling the database environment. Important commands are GRANT, REVOKE etc. 4. DQL – Data Query Language, used to query the data and extract results. SELECT is the DQL command. 5. TCL – Transaction Control Language, used to deal with the transactions within the database. It helps controlling the transaction level events in the database. Important commands are COMMIT, ROLLBACK etc. Key concepts of SQL
  • 9. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL Operators - Filter
  • 10. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL Operators - Logical
  • 11. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL Operators - Comparison
  • 12. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL Operators - Special
  • 13. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL Operators - Aggregations
  • 14. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL GROUP BY Clause
  • 15. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL HAVING Clause
  • 16. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL ORDER BY Clause
  • 17. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited SQL CASE Statement
  • 18. MENTOR SESSION Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited CASE STUDY
  • 19. THANK YOU Proprietary content. ©Great Learning. All Rights Reserved. Unauthorized use or distribution prohibited