<slide title="Databases Idiosyncrasies (Oracle)">
<image filename="10000000000000690000004538A678CE.jpg" align="right"/>
<break lines="5"/>
<example>SELECT * FROM table where field = ?</example>
<blurb>versus</blurb>
<example>SELECT * FROM table where field = '$name'</example>
<list>
<bullet>Avoids hard parsing of your query</bullet>
<bullet>Avoids extensive fragmentation of the SGA</bullet>
</list>
</slide>
