Skip to Main Content
SQL Injection Strategies
book

SQL Injection Strategies

by Ettore Galluccio, Gabriele Lombari, Edoardo Caselli
July 2020
Beginner content levelBeginner
210 pages
4h 46m
English
Packt Publishing
Content preview from SQL Injection Strategies

Assessments

Chapter 1

  1. A database is a way to store data in a permanent way, usually in a structured and accessible way so that its content can be easily queried.
  2. A relational database is a database that uses tables to store data. These tables model objects and the relations among them, as the name suggests.
  3. Structured Query Language (SQL) is a language responsible for interacting with relational databases and relies on building queries with a straightforward syntax.
  4. Some examples of SQL-based systems include MySQL, SQLite, Microsoft SQL Server, and Oracle Database.
  5. SELECT is the most common SQL statement as it's responsible for querying a database to return data based on specified requirements.
  6. SQL injection is an attack that involves inserting, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

SQL Injection Attacks and Defense, 2nd Edition

SQL Injection Attacks and Defense, 2nd Edition

Justin Clarke-Salt
SQL in a Nutshell, 4th Edition

SQL in a Nutshell, 4th Edition

Kevin Kline, Regina O. Obe, Leo S. Hsu

Publisher Resources

ISBN: 9781839215643Supplemental Content