Damn Vulnerable Web Application(DVWA) — SQL Injection (Blind) Walkthrough

Introduction
Same as the basic SQL Injection challenge, it has a single text field for user query.
Input random ID in the form, it returns the existence of record instead of the record itself.