Problem Statement
Which Symbol Builds the Always-True Condition in a SQL Injection A classic SQL injection payload works by appending a condition that evaluates to true for every row, such as ' OR 1=1 -- . Which of the following symbols is used to build that always-true condition?