SQL - Security Basics
Given the query
SELECT * FROM orders WHERE customer_id = ? and the parameter value 42, what will the query return if customer_id 42 exists?