Inferential (Blind) SQL Injection
Boolean-Based
Example:
admin123' UNION SELECT 1,2,3 from users where username='admin' and password like 'a%Time-Based
Example:
admin123' UNION SELECT SLEEP(5),2 where database() like 'u%';--Last updated