SQL Statements with Injection Techniques Tutorial 1 – Introduction to SQL Statements Welcome to module two of this workshop. In this module, we will learn more about SQL Statements and how we can use them to hack into databases by injecting the SQL queries which we want to execute. Firstly we should understand the core of SQL statements, which should include types of SQL Statements, and how they are executed and when we need which statement. There are many SQL statements, in fact tons of statements, which you can run and this all depends on what you want to achieve by executing those statements. However, there are a few statements that are mandatory, or required, statements by all types of applications that work with backend databases of any kind. In this module we will first understand what are SQL statements and how SQL Injection works. We will also execute known SQL Injection attacks to understand and practice the SQL Injections. What is SQL Sta...