Databases Idiosyncrasies (Oracle)
High Performance PHP
2024-11-24
37
SELECT * FROM table where field = ?
versus
SELECT * FROM table where field = '$name'
•
Avoids hard parsing of your query
•
Avoids extensive fragmentation of the SGA