SELECT 1/(SALARY-100000) FROM PAYROLL WHERE NAME='John Doe';would let a malicious user know that John Doe's salary is exactly $100,000. Even though there is a security predicate in place to prevent a malicious user from directly querying other people...