SQL - Security Basics
Consider the query
SELECT * FROM products WHERE price < :maxPrice with parameter maxPrice = 50. What will the query return?