<slide title="DB Escape Characters">
  <example title="Escape %'% to prevent errors">SELECT * FROM songs WHERE title LIKE 'Don\'t Be Cruel'</example>
  <example title="Escape %%% and %_% to prevent unexpected wildcarding">SELECT * FROM solution WHERE concentration LIKE '10\%'</example>
</slide>
