Question 59:
How should one prevent soql injection when using dynamic soql?
Answer options:
A. XMLStreanWriter, XMLStreamReader B. Messaging.InboundEmailHandler C. with sharing keyword D. Utilize the String.escapeSingleQuotes(string) method
Answer correct:
D