Q92 Single choice Mark for later What is a correct pattern to follow when programming in Apex on a Multi-tenant platform? A Apex code is created in a separate environment from schema to reduce deployment errors. B DML is performed on one record at a time to avoid possible data concurrency issues. C Queries select the fewest fields and records possible to avoid exceeding governor limits. D Apex classes use the ''with sharing" keyword to prevent access from other server tenants. Correct answer