Example output
SQL injection is a type of security vulnerability in which an attacker is able to execute malicious code in a database management system (DBMS) using SQL (Structured Query Language), the language used to interact with databases. By injecting malicious SQL statements into an application, an attacker can trick the DBMS into executing unintended actions, such as modifying, extracting or deleting sensitive data. This can lead to unauthorized access to sensitive information, data loss, and other security incidents. SQL injection is a serious threat and is one of the most common types of web application attacks. To prevent SQL injection, it's important to use parameterized queries