SlideShare a Scribd company logo
Subqueries
Subqueries (also known as inner queries or nested
queries) are a tool for performing operations in
multiple steps.
•Display highest salary of employee.
•Display employee name and department who's taking highest
salary?
•Display employee name and e_id who is taking second highest
salary?
•Write a query to display all the dept name along with no of
employees working in that
•Write a query to display all the dept name where no of employee is
less then 2.
SQL IN Operator
The IN operator allows you to specify multiple values in a WHERE clause.
The IN operator is a shorthand for multiple OR conditions.
Example
Return all customers from 'Germany', 'France', or 'UK‘
SELECT * FROM Customers
WHERE Country IN ('Germany', 'France', 'UK');
HAVING Clause
The HAVING clause was added to SQL because the WHERE keyword cannot be used
with aggregate functions.
SQL Correlated Subqueries
• It is sub query that use values from outer query
• Top to down approach.
--Find all employes details who works in a department.
--Find all employee details who do not work in a department.
--Find the details of employees who are NOT WORKING IN HR DEPT.
--Find the detail of emp who is Working on at least one project
SQL EXISTS Operator
The EXISTS operator is used to test for the existence of any record in a sub
query.
The EXISTS operator returns TRUE if the sub query returns one or more
records.
SQL IN Operator
The IN operator allows you to specify multiple values in a WHERE clause.
The IN operator is a shorthand for multiple OR conditions.
Ad

More Related Content

Similar to SQL subqueries in database management system (20)

Les06 (using subqueries to solve queries)
Les06 (using subqueries to solve queries)Les06 (using subqueries to solve queries)
Les06 (using subqueries to solve queries)
Achmad Solichin
 
Lab5 sub query
Lab5   sub queryLab5   sub query
Lab5 sub query
Balqees Al.Mubarak
 
Les06
Les06Les06
Les06
Vijay Kumar
 
Procedure and Functions in pl/sql
Procedure and Functions in pl/sqlProcedure and Functions in pl/sql
Procedure and Functions in pl/sql
Ñirmal Tatiwal
 
Les06
Les06Les06
Les06
Sudharsan S
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
Aiman Hud
 
Database Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfDatabase Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdf
Anvesh71
 
CPP06 - Functions
CPP06 - FunctionsCPP06 - Functions
CPP06 - Functions
Michael Heron
 
Les06
Les06Les06
Les06
Abrianto Nugraha
 
Introduction to SQL and Transact - SQL
Introduction to SQL and Transact - SQLIntroduction to SQL and Transact - SQL
Introduction to SQL and Transact - SQL
Md. Bashartullah (Rabby)
 
Sales force certification-lab
Sales force certification-labSales force certification-lab
Sales force certification-lab
Amit Sharma
 
Meg bernal insight2014 4219
Meg bernal insight2014 4219Meg bernal insight2014 4219
Meg bernal insight2014 4219
Peter Schouboe
 
Data Manipulation
Data ManipulationData Manipulation
Data Manipulation
FA20BCS061GHANAKAMAL
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computation
sit20ad004
 
Lecture 2. MS SQL. Stored procedures.
Lecture 2. MS SQL. Stored procedures.Lecture 2. MS SQL. Stored procedures.
Lecture 2. MS SQL. Stored procedures.
Alexey Furmanov
 
Sales force certification-lab
Sales force certification-labSales force certification-lab
Sales force certification-lab
Amit Sharma
 
Spectacular Specs and how to write them!
Spectacular Specs and how to write them!Spectacular Specs and how to write them!
Spectacular Specs and how to write them!
YeurDreamin'
 
PL_SQL - II.pptx
PL_SQL - II.pptxPL_SQL - II.pptx
PL_SQL - II.pptx
priyaprakash11
 
SQL command for daily use ddl dml dcl dql
SQL command for daily use ddl dml dcl dqlSQL command for daily use ddl dml dcl dql
SQL command for daily use ddl dml dcl dql
kashyapdaksh29
 
Apex Unit Testing in the Real World
Apex Unit Testing in the Real WorldApex Unit Testing in the Real World
Apex Unit Testing in the Real World
Salesforce Developers
 
Les06 (using subqueries to solve queries)
Les06 (using subqueries to solve queries)Les06 (using subqueries to solve queries)
Les06 (using subqueries to solve queries)
Achmad Solichin
 
Procedure and Functions in pl/sql
Procedure and Functions in pl/sqlProcedure and Functions in pl/sql
Procedure and Functions in pl/sql
Ñirmal Tatiwal
 
POLITEKNIK MALAYSIA
POLITEKNIK MALAYSIAPOLITEKNIK MALAYSIA
POLITEKNIK MALAYSIA
Aiman Hud
 
Database Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfDatabase Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdf
Anvesh71
 
Sales force certification-lab
Sales force certification-labSales force certification-lab
Sales force certification-lab
Amit Sharma
 
Meg bernal insight2014 4219
Meg bernal insight2014 4219Meg bernal insight2014 4219
Meg bernal insight2014 4219
Peter Schouboe
 
Data Warehouse , Data Cube Computation
Data Warehouse   , Data Cube ComputationData Warehouse   , Data Cube Computation
Data Warehouse , Data Cube Computation
sit20ad004
 
Lecture 2. MS SQL. Stored procedures.
Lecture 2. MS SQL. Stored procedures.Lecture 2. MS SQL. Stored procedures.
Lecture 2. MS SQL. Stored procedures.
Alexey Furmanov
 
Sales force certification-lab
Sales force certification-labSales force certification-lab
Sales force certification-lab
Amit Sharma
 
Spectacular Specs and how to write them!
Spectacular Specs and how to write them!Spectacular Specs and how to write them!
Spectacular Specs and how to write them!
YeurDreamin'
 
SQL command for daily use ddl dml dcl dql
SQL command for daily use ddl dml dcl dqlSQL command for daily use ddl dml dcl dql
SQL command for daily use ddl dml dcl dql
kashyapdaksh29
 

More from anjanasharma77573 (20)

In- Built Math function in java script..
In- Built Math function in java script..In- Built Math function in java script..
In- Built Math function in java script..
anjanasharma77573
 
In Built Math functions in java script..
In Built Math functions in java script..In Built Math functions in java script..
In Built Math functions in java script..
anjanasharma77573
 
What is tidyverse in R languages and different packages
What is tidyverse in R languages and different packagesWhat is tidyverse in R languages and different packages
What is tidyverse in R languages and different packages
anjanasharma77573
 
basic of data science and big data......
basic of data science and big data......basic of data science and big data......
basic of data science and big data......
anjanasharma77573
 
What is big data and 5'v of big data....
What is big data and 5'v of big data....What is big data and 5'v of big data....
What is big data and 5'v of big data....
anjanasharma77573
 
Basic of data and different type of data
Basic of data and different type of dataBasic of data and different type of data
Basic of data and different type of data
anjanasharma77573
 
What is Big Data , 5'v of BIG DATA and Challenges
What is Big Data , 5'v of BIG DATA and ChallengesWhat is Big Data , 5'v of BIG DATA and Challenges
What is Big Data , 5'v of BIG DATA and Challenges
anjanasharma77573
 
Basic of data science, and type of data.
Basic of data science, and type of data.Basic of data science, and type of data.
Basic of data science, and type of data.
anjanasharma77573
 
Role of Infogram, power bi and google charts
Role of Infogram, power bi and google chartsRole of Infogram, power bi and google charts
Role of Infogram, power bi and google charts
anjanasharma77573
 
DATA VISUALIZATION TOOLS e.g Power bi..
DATA VISUALIZATION TOOLS e.g  Power bi..DATA VISUALIZATION TOOLS e.g  Power bi..
DATA VISUALIZATION TOOLS e.g Power bi..
anjanasharma77573
 
type of vector data in vectors and geometries
type of vector data in vectors and geometriestype of vector data in vectors and geometries
type of vector data in vectors and geometries
anjanasharma77573
 
Introduction to vectors and geometry - ..
Introduction to vectors and geometry - ..Introduction to vectors and geometry - ..
Introduction to vectors and geometry - ..
anjanasharma77573
 
type of vector data in vectors and geometry
type of vector data in vectors and geometrytype of vector data in vectors and geometry
type of vector data in vectors and geometry
anjanasharma77573
 
Introduction to vectors and geometry -....
Introduction to vectors and geometry -....Introduction to vectors and geometry -....
Introduction to vectors and geometry -....
anjanasharma77573
 
basic of SQL constraints in database management system
basic of SQL constraints in database management systembasic of SQL constraints in database management system
basic of SQL constraints in database management system
anjanasharma77573
 
practices of C programming function concepts
practices of C programming function conceptspractices of C programming function concepts
practices of C programming function concepts
anjanasharma77573
 
Practice of c PROGRAMMING logics and concepts
Practice of c PROGRAMMING logics and conceptsPractice of c PROGRAMMING logics and concepts
Practice of c PROGRAMMING logics and concepts
anjanasharma77573
 
programming concepts with c ++..........
programming concepts with c ++..........programming concepts with c ++..........
programming concepts with c ++..........
anjanasharma77573
 
basic of c programming practicals.......
basic of c programming practicals.......basic of c programming practicals.......
basic of c programming practicals.......
anjanasharma77573
 
Detailed concept of function in c programming
Detailed concept of function  in c programmingDetailed concept of function  in c programming
Detailed concept of function in c programming
anjanasharma77573
 
In- Built Math function in java script..
In- Built Math function in java script..In- Built Math function in java script..
In- Built Math function in java script..
anjanasharma77573
 
In Built Math functions in java script..
In Built Math functions in java script..In Built Math functions in java script..
In Built Math functions in java script..
anjanasharma77573
 
What is tidyverse in R languages and different packages
What is tidyverse in R languages and different packagesWhat is tidyverse in R languages and different packages
What is tidyverse in R languages and different packages
anjanasharma77573
 
basic of data science and big data......
basic of data science and big data......basic of data science and big data......
basic of data science and big data......
anjanasharma77573
 
What is big data and 5'v of big data....
What is big data and 5'v of big data....What is big data and 5'v of big data....
What is big data and 5'v of big data....
anjanasharma77573
 
Basic of data and different type of data
Basic of data and different type of dataBasic of data and different type of data
Basic of data and different type of data
anjanasharma77573
 
What is Big Data , 5'v of BIG DATA and Challenges
What is Big Data , 5'v of BIG DATA and ChallengesWhat is Big Data , 5'v of BIG DATA and Challenges
What is Big Data , 5'v of BIG DATA and Challenges
anjanasharma77573
 
Basic of data science, and type of data.
Basic of data science, and type of data.Basic of data science, and type of data.
Basic of data science, and type of data.
anjanasharma77573
 
Role of Infogram, power bi and google charts
Role of Infogram, power bi and google chartsRole of Infogram, power bi and google charts
Role of Infogram, power bi and google charts
anjanasharma77573
 
DATA VISUALIZATION TOOLS e.g Power bi..
DATA VISUALIZATION TOOLS e.g  Power bi..DATA VISUALIZATION TOOLS e.g  Power bi..
DATA VISUALIZATION TOOLS e.g Power bi..
anjanasharma77573
 
type of vector data in vectors and geometries
type of vector data in vectors and geometriestype of vector data in vectors and geometries
type of vector data in vectors and geometries
anjanasharma77573
 
Introduction to vectors and geometry - ..
Introduction to vectors and geometry - ..Introduction to vectors and geometry - ..
Introduction to vectors and geometry - ..
anjanasharma77573
 
type of vector data in vectors and geometry
type of vector data in vectors and geometrytype of vector data in vectors and geometry
type of vector data in vectors and geometry
anjanasharma77573
 
Introduction to vectors and geometry -....
Introduction to vectors and geometry -....Introduction to vectors and geometry -....
Introduction to vectors and geometry -....
anjanasharma77573
 
basic of SQL constraints in database management system
basic of SQL constraints in database management systembasic of SQL constraints in database management system
basic of SQL constraints in database management system
anjanasharma77573
 
practices of C programming function concepts
practices of C programming function conceptspractices of C programming function concepts
practices of C programming function concepts
anjanasharma77573
 
Practice of c PROGRAMMING logics and concepts
Practice of c PROGRAMMING logics and conceptsPractice of c PROGRAMMING logics and concepts
Practice of c PROGRAMMING logics and concepts
anjanasharma77573
 
programming concepts with c ++..........
programming concepts with c ++..........programming concepts with c ++..........
programming concepts with c ++..........
anjanasharma77573
 
basic of c programming practicals.......
basic of c programming practicals.......basic of c programming practicals.......
basic of c programming practicals.......
anjanasharma77573
 
Detailed concept of function in c programming
Detailed concept of function  in c programmingDetailed concept of function  in c programming
Detailed concept of function in c programming
anjanasharma77573
 
Ad

Recently uploaded (20)

34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...
34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...
34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...
Nguyễn Minh
 
34 E-commerce - business, technology and society (2022).pdf
34 E-commerce - business, technology and society (2022).pdf34 E-commerce - business, technology and society (2022).pdf
34 E-commerce - business, technology and society (2022).pdf
Nguyễn Minh
 
23 Introduction to E-Commerce ( PDFDrive ) (1).pdf
23 Introduction to E-Commerce ( PDFDrive ) (1).pdf23 Introduction to E-Commerce ( PDFDrive ) (1).pdf
23 Introduction to E-Commerce ( PDFDrive ) (1).pdf
Nguyễn Minh
 
Internet Coordination Policy 2 (ICP-2) Review
Internet Coordination Policy 2 (ICP-2) ReviewInternet Coordination Policy 2 (ICP-2) Review
Internet Coordination Policy 2 (ICP-2) Review
APNIC
 
Biochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptx
Biochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptxBiochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptx
Biochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptx
SergioBarreno2
 
34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf
34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf
34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf
Nguyễn Minh
 
学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书
学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书
学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书
Taqyea
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...
34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...
34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...
Nguyễn Minh
 
34 Mobile Payment (Thomas Lerner (auth.).pdf
34 Mobile Payment (Thomas Lerner (auth.).pdf34 Mobile Payment (Thomas Lerner (auth.).pdf
34 Mobile Payment (Thomas Lerner (auth.).pdf
Nguyễn Minh
 
IoT PPT introduction to internet of things
IoT PPT introduction to internet of thingsIoT PPT introduction to internet of things
IoT PPT introduction to internet of things
VaishnaviPatil3995
 
GiacomoVacca - WebRTC - troubleshooting media negotiation.pdf
GiacomoVacca - WebRTC - troubleshooting media negotiation.pdfGiacomoVacca - WebRTC - troubleshooting media negotiation.pdf
GiacomoVacca - WebRTC - troubleshooting media negotiation.pdf
Giacomo Vacca
 
APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...
APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...
APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...
APNIC
 
Cloud-to-cloud Migration presentation.pptx
Cloud-to-cloud Migration presentation.pptxCloud-to-cloud Migration presentation.pptx
Cloud-to-cloud Migration presentation.pptx
marketing140789
 
The Hidden Risks of Hiring Hackers to Change Grades: An Awareness Guide
The Hidden Risks of Hiring Hackers to Change Grades: An Awareness GuideThe Hidden Risks of Hiring Hackers to Change Grades: An Awareness Guide
The Hidden Risks of Hiring Hackers to Change Grades: An Awareness Guide
russellpeter1995
 
Fractures In Chronic Kidney Disease Patients - Copy (3).pptx
Fractures In Chronic Kidney Disease Patients - Copy (3).pptxFractures In Chronic Kidney Disease Patients - Copy (3).pptx
Fractures In Chronic Kidney Disease Patients - Copy (3).pptx
ChaitanJaunky1
 
水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证
水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证
水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证
Taqyea
 
ProjectArtificial Intelligence Good or Evil.pptx
ProjectArtificial Intelligence Good or Evil.pptxProjectArtificial Intelligence Good or Evil.pptx
ProjectArtificial Intelligence Good or Evil.pptx
OlenaKotovska
 
Presentation Mehdi Monitorama 2022 Cancer and Monitoring
Presentation Mehdi Monitorama 2022 Cancer and MonitoringPresentation Mehdi Monitorama 2022 Cancer and Monitoring
Presentation Mehdi Monitorama 2022 Cancer and Monitoring
mdaoudi
 
34 Advances in Mobile Commerce Technologies (2003).pdf
34 Advances in Mobile Commerce Technologies (2003).pdf34 Advances in Mobile Commerce Technologies (2003).pdf
34 Advances in Mobile Commerce Technologies (2003).pdf
Nguyễn Minh
 
34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...
34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...
34 Turban Electronic Commerce 2018_ A Managerial and Social Networks Perspect...
Nguyễn Minh
 
34 E-commerce - business, technology and society (2022).pdf
34 E-commerce - business, technology and society (2022).pdf34 E-commerce - business, technology and society (2022).pdf
34 E-commerce - business, technology and society (2022).pdf
Nguyễn Minh
 
23 Introduction to E-Commerce ( PDFDrive ) (1).pdf
23 Introduction to E-Commerce ( PDFDrive ) (1).pdf23 Introduction to E-Commerce ( PDFDrive ) (1).pdf
23 Introduction to E-Commerce ( PDFDrive ) (1).pdf
Nguyễn Minh
 
Internet Coordination Policy 2 (ICP-2) Review
Internet Coordination Policy 2 (ICP-2) ReviewInternet Coordination Policy 2 (ICP-2) Review
Internet Coordination Policy 2 (ICP-2) Review
APNIC
 
Biochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptx
Biochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptxBiochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptx
Biochemistry and Biomolecules - Science - 9th Grade _ by Slidesgo.pptx
SergioBarreno2
 
34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf
34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf
34 E-commerce and M-commerce technologies (P. Candace Deans 2006).pdf
Nguyễn Minh
 
学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书
学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书
学生卡英国RCA毕业证皇家艺术学院电子毕业证学历证书
Taqyea
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...
34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...
34 Global Mobile Commerce_ Strategies, Implementation and Case Studies (Premi...
Nguyễn Minh
 
34 Mobile Payment (Thomas Lerner (auth.).pdf
34 Mobile Payment (Thomas Lerner (auth.).pdf34 Mobile Payment (Thomas Lerner (auth.).pdf
34 Mobile Payment (Thomas Lerner (auth.).pdf
Nguyễn Minh
 
IoT PPT introduction to internet of things
IoT PPT introduction to internet of thingsIoT PPT introduction to internet of things
IoT PPT introduction to internet of things
VaishnaviPatil3995
 
GiacomoVacca - WebRTC - troubleshooting media negotiation.pdf
GiacomoVacca - WebRTC - troubleshooting media negotiation.pdfGiacomoVacca - WebRTC - troubleshooting media negotiation.pdf
GiacomoVacca - WebRTC - troubleshooting media negotiation.pdf
Giacomo Vacca
 
APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...
APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...
APNIC Policy Update and Participation, presented at TWNIC 43rd IP Open Policy...
APNIC
 
Cloud-to-cloud Migration presentation.pptx
Cloud-to-cloud Migration presentation.pptxCloud-to-cloud Migration presentation.pptx
Cloud-to-cloud Migration presentation.pptx
marketing140789
 
The Hidden Risks of Hiring Hackers to Change Grades: An Awareness Guide
The Hidden Risks of Hiring Hackers to Change Grades: An Awareness GuideThe Hidden Risks of Hiring Hackers to Change Grades: An Awareness Guide
The Hidden Risks of Hiring Hackers to Change Grades: An Awareness Guide
russellpeter1995
 
Fractures In Chronic Kidney Disease Patients - Copy (3).pptx
Fractures In Chronic Kidney Disease Patients - Copy (3).pptxFractures In Chronic Kidney Disease Patients - Copy (3).pptx
Fractures In Chronic Kidney Disease Patients - Copy (3).pptx
ChaitanJaunky1
 
水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证
水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证
水印成绩单加拿大Mohawk文凭莫霍克学院在读证明毕业证
Taqyea
 
ProjectArtificial Intelligence Good or Evil.pptx
ProjectArtificial Intelligence Good or Evil.pptxProjectArtificial Intelligence Good or Evil.pptx
ProjectArtificial Intelligence Good or Evil.pptx
OlenaKotovska
 
Presentation Mehdi Monitorama 2022 Cancer and Monitoring
Presentation Mehdi Monitorama 2022 Cancer and MonitoringPresentation Mehdi Monitorama 2022 Cancer and Monitoring
Presentation Mehdi Monitorama 2022 Cancer and Monitoring
mdaoudi
 
34 Advances in Mobile Commerce Technologies (2003).pdf
34 Advances in Mobile Commerce Technologies (2003).pdf34 Advances in Mobile Commerce Technologies (2003).pdf
34 Advances in Mobile Commerce Technologies (2003).pdf
Nguyễn Minh
 
Ad

SQL subqueries in database management system

  • 1. Subqueries Subqueries (also known as inner queries or nested queries) are a tool for performing operations in multiple steps.
  • 2. •Display highest salary of employee. •Display employee name and department who's taking highest salary? •Display employee name and e_id who is taking second highest salary? •Write a query to display all the dept name along with no of employees working in that •Write a query to display all the dept name where no of employee is less then 2.
  • 3. SQL IN Operator The IN operator allows you to specify multiple values in a WHERE clause. The IN operator is a shorthand for multiple OR conditions. Example Return all customers from 'Germany', 'France', or 'UK‘ SELECT * FROM Customers WHERE Country IN ('Germany', 'France', 'UK'); HAVING Clause The HAVING clause was added to SQL because the WHERE keyword cannot be used with aggregate functions.
  • 4. SQL Correlated Subqueries • It is sub query that use values from outer query • Top to down approach.
  • 5. --Find all employes details who works in a department. --Find all employee details who do not work in a department. --Find the details of employees who are NOT WORKING IN HR DEPT. --Find the detail of emp who is Working on at least one project
  • 6. SQL EXISTS Operator The EXISTS operator is used to test for the existence of any record in a sub query. The EXISTS operator returns TRUE if the sub query returns one or more records. SQL IN Operator The IN operator allows you to specify multiple values in a WHERE clause. The IN operator is a shorthand for multiple OR conditions.
  翻译: