SlideShare a Scribd company logo
1 of 10
1
0
0
1
0
1
0
0
1
0
1
0
1
0
0
1
0
0
1
1
0
0
1
0
1
0
1
1
0
1
1
0
0
1
0
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
1
0
0
1
0
1
1
0
1
✐
✑
✐
✑
✐
✐
✑
✐
✑
✐
✑
✐
✐
✑
✑
✑
✑
✑
✐
✑
✐
✐
✑
✑
✐
✑
✐
✐
✑
✐
✐
✐
✑
✐
✐
✑
✐
✑
✑
✑
✐
✐
✐
✑
✐
✐
✑
✑
✐
✐
✑
✑
✐
✐
✑
✑
✑
✑
✑
✐
✐
✑
✑
✑
✐
✐
✑
✑
✑
✐
✐
✑
✑
✐
✐
✑
✑
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✑
✐
✐
✑
✑
✑
✐
✑
✐
✐
✑
✐
✑
✐
✐
✑
✐
✑
✐
✐
✑
✑
✑
✑
✑
✐
✑
✐
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
0
1
0
0
1
✑
1
0
0
1
0
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
0
1
1
1
0
1
1
0
0
1
0
1
0
0
1
0
1
1
1
1
0
1
1
0
0
1
0
1
1
1
1
1
1
0
0
0
1
0
1
0
0
1
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
0
0
1
0
1
1
1
1
1
✑
✐
✐
✑
✐
✐
✑
✑
SQL injection
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
SQL injection
• Injection of an SQL query via an input from the
client application
• Vulnerability comes from the dynamic SQL request
construction
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Cyber Attacks Statistics
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Typical example
String loginQuery = “SELECT * FROM useraccounts WHERE userID = ‘“
+
request.getParameter(“userID”) + “‘ AND password = ‘“ +
request.getParameter(“password") + “‘“;
userID = ' or 1=1 --
password = doesNotMatter
SELECT * FROM useraccounts WHERE userID = '' or 1=1 -- AND
password='doesNotMatter'
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Threat
• Execute SQL queries
• Select, Insert, Delete
• Explore error messages
• Column 'users.username' is invalid
• Identity theft
• Data leakage
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Threat
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Threat: camera
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Threat: Swedish elections
1
0
1
0
0
1
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
✐
✐
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
1
1
1
0
0
1
0
1
0
0
1
1
0
0
1
1
1
0
0
0
1
0
1
1
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
1
1
0
0
1
✑
✑
1
✑
✑
1
0
1
Android example
Curson curson = db.rawQuery(“select * from login where USERNAME = ‘“
+ param1 + “‘ and PASSWORD = ‘“ +param2 + “‘;”, null);
Curson curson = db.rawQuery(“select * from login where USERNAME = ?
and PASSWORD = ?;”, new String[]{param1, param2});
• Bad
• Good
1
0
0
1
0
1
0
0
1
0
1
0
1
0
0
1
0
0
1
1
0
0
1
0
1
0
1
1
0
1
1
0
0
1
0
0
1
0
1
0
0
1
0
1
0
0
1
0
0
1
0
1
0
0
1
0
1
✐
✑
✐
✑
✐
✐
✑
✐
✑
✐
✑
✐
✐
✑
✑
✑
✑
✑
✐
✑
✐
✐
✑
✑
✐
✑
✐
✐
✑
✐
✐
✐
✑
✐
✐
✑
✐
✑
✑
✑
✐
✐
✐
✑
✐
✐
✑
✑
✐
✐
✑
✑
✐
✐
✑
✑
✑
✑
✑
✐
✐
✑
✑
✑
✐
✐
✑
✑
✑
✐
✐
✑
✑
✐
✐
✑
✑
✑
✐
✑
✐
✐
✑
✑
✐
✐
✑
✐
✑
✐
✐
✑
✑
✑
✐
✑
✐
✐
✑
✐
✑
✐
✐
✑
✑
✑
✐
✑
✐
✑
✐
✐
✑
✐
✐
✑
✐
✑
✑
0
1
0
0
1
✑
0
0
1
0
0
1
0
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
1
0
0
1
1
1
0
1
1
0
0
1
0
1
0
0
1
0
1
1
1
1
0
1
1
0
0
1
0
1
1
1
1
1
1
0
0
0
1
0
1
0
0
1
1
1
1
0
0
1
0
1
0
0
1
0
1
0
0
1
1
0
1
0
1
0
0
1
0
1
1
1
1
1
✑
✐
✐
✑
✑
Practical attack

More Related Content

What's hot

What's hot (10)

Allah The Most Merciful
Allah The Most MercifulAllah The Most Merciful
Allah The Most Merciful
 
Glenn Flekke Digital Portfolio
Glenn Flekke Digital PortfolioGlenn Flekke Digital Portfolio
Glenn Flekke Digital Portfolio
 
1
11
1
 
Business Card
Business CardBusiness Card
Business Card
 
University of manchester degree UoM diploma
University of manchester degree UoM diplomaUniversity of manchester degree UoM diploma
University of manchester degree UoM diploma
 
Universityof wiscons inlacrosse diploma
Universityof wiscons inlacrosse diplomaUniversityof wiscons inlacrosse diploma
Universityof wiscons inlacrosse diploma
 
Color Clash
Color ClashColor Clash
Color Clash
 
Newnew
NewnewNewnew
Newnew
 
Big Data
Big DataBig Data
Big Data
 
Tamil double letter words
Tamil double letter wordsTamil double letter words
Tamil double letter words
 

Similar to Relational Databases - Lecture 5 - SQL injection

CL - Fortaleza digital, Dan Brown
CL - Fortaleza digital, Dan BrownCL - Fortaleza digital, Dan Brown
CL - Fortaleza digital, Dan BrownLuís
 
Design is as good (or flawed) as the people who make it
Design is as good (or flawed) as the people who make itDesign is as good (or flawed) as the people who make it
Design is as good (or flawed) as the people who make itKayla J Heffernan
 
Let´s Fight for Human Unintelligence
Let´s Fight for Human UnintelligenceLet´s Fight for Human Unintelligence
Let´s Fight for Human UnintelligenceRobin-Boris Kasper
 
Intro to Biodesign: Working with Living Things
Intro to Biodesign: Working with Living ThingsIntro to Biodesign: Working with Living Things
Intro to Biodesign: Working with Living ThingsLeticia Oxley
 
How to build a great coding culture
How to build a great coding cultureHow to build a great coding culture
How to build a great coding cultureMark Halvorson
 
In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...
In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...
In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...Kamel Mansouri
 
Ke hoach thi cong thang 9
Ke hoach thi cong thang 9Ke hoach thi cong thang 9
Ke hoach thi cong thang 9Bước Bên Aj
 
Salesforce Training Institute In Pune Syllabus
Salesforce Training  Institute In Pune Syllabus Salesforce Training  Institute In Pune Syllabus
Salesforce Training Institute In Pune Syllabus victoriousdigital
 
annual-report-2016
annual-report-2016annual-report-2016
annual-report-2016Paul Adler
 
el pensamiento de
el pensamiento deel pensamiento de
el pensamiento deJavi Maycol
 
SI-ESF-M-BIPV-CT-ROOFS
SI-ESF-M-BIPV-CT-ROOFSSI-ESF-M-BIPV-CT-ROOFS
SI-ESF-M-BIPV-CT-ROOFSSolar Innova
 
SI-ESF-M-BIPV-CT-SKYLIGHTS
SI-ESF-M-BIPV-CT-SKYLIGHTSSI-ESF-M-BIPV-CT-SKYLIGHTS
SI-ESF-M-BIPV-CT-SKYLIGHTSSolar Innova
 
SI-ESF-M-BIPV-CT-CURTAIN WALLS
SI-ESF-M-BIPV-CT-CURTAIN WALLSSI-ESF-M-BIPV-CT-CURTAIN WALLS
SI-ESF-M-BIPV-CT-CURTAIN WALLSSolar Innova
 
SI-ESF-S-PVNB-NOISE BARRIERS
SI-ESF-S-PVNB-NOISE BARRIERSSI-ESF-S-PVNB-NOISE BARRIERS
SI-ESF-S-PVNB-NOISE BARRIERSSolar Innova
 

Similar to Relational Databases - Lecture 5 - SQL injection (20)

X1
X1X1
X1
 
CL - Fortaleza digital, Dan Brown
CL - Fortaleza digital, Dan BrownCL - Fortaleza digital, Dan Brown
CL - Fortaleza digital, Dan Brown
 
Design is as good (or flawed) as the people who make it
Design is as good (or flawed) as the people who make itDesign is as good (or flawed) as the people who make it
Design is as good (or flawed) as the people who make it
 
Aku
AkuAku
Aku
 
TARJETA MADRE
TARJETA MADRETARJETA MADRE
TARJETA MADRE
 
Let´s Fight for Human Unintelligence
Let´s Fight for Human UnintelligenceLet´s Fight for Human Unintelligence
Let´s Fight for Human Unintelligence
 
Intro to Biodesign: Working with Living Things
Intro to Biodesign: Working with Living ThingsIntro to Biodesign: Working with Living Things
Intro to Biodesign: Working with Living Things
 
How to build a great coding culture
How to build a great coding cultureHow to build a great coding culture
How to build a great coding culture
 
In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...
In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...
In-silico study of ToxCast GPCR assays by quantitative structure-activity rel...
 
Ke hoach thi cong thang 9
Ke hoach thi cong thang 9Ke hoach thi cong thang 9
Ke hoach thi cong thang 9
 
Salesforce Training Institute In Pune Syllabus
Salesforce Training  Institute In Pune Syllabus Salesforce Training  Institute In Pune Syllabus
Salesforce Training Institute In Pune Syllabus
 
Image pacman
Image pacmanImage pacman
Image pacman
 
annual-report-2016
annual-report-2016annual-report-2016
annual-report-2016
 
el pensamiento de
el pensamiento deel pensamiento de
el pensamiento de
 
Bega Cheese - A $1 billion company?
Bega Cheese - A $1 billion company?Bega Cheese - A $1 billion company?
Bega Cheese - A $1 billion company?
 
SI-ESF-M-BIPV-CT-ROOFS
SI-ESF-M-BIPV-CT-ROOFSSI-ESF-M-BIPV-CT-ROOFS
SI-ESF-M-BIPV-CT-ROOFS
 
SI-ESF-M-BIPV-CT-SKYLIGHTS
SI-ESF-M-BIPV-CT-SKYLIGHTSSI-ESF-M-BIPV-CT-SKYLIGHTS
SI-ESF-M-BIPV-CT-SKYLIGHTS
 
SI-ESF-M-BIPV-CT-CURTAIN WALLS
SI-ESF-M-BIPV-CT-CURTAIN WALLSSI-ESF-M-BIPV-CT-CURTAIN WALLS
SI-ESF-M-BIPV-CT-CURTAIN WALLS
 
SI-ESF-S-PVNB-NOISE BARRIERS
SI-ESF-S-PVNB-NOISE BARRIERSSI-ESF-S-PVNB-NOISE BARRIERS
SI-ESF-S-PVNB-NOISE BARRIERS
 
SI-ESF-M-BIPV-PL
SI-ESF-M-BIPV-PLSI-ESF-M-BIPV-PL
SI-ESF-M-BIPV-PL
 

Recently uploaded

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 

Recently uploaded (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 

Relational Databases - Lecture 5 - SQL injection