SQL Injections Level-1
What it is ? Sql injection is an attack in which malicious SQL Statements are injected into a SQL database to gain stuff like sensitive information,modify databases,and potentially even get a shell.They are very easy to avoid though but stilll happpen a lot. Common Syntax and Verbs→ SELECT → Retrivies data from a table for us INSERT → Adds data to a table DELETE → Removes data from a data table...