Q34 Single choice Mark for later Which is true when using multiple threads to access a record store? A You must coordinate access to a record store to prevent data corruption. B The implementation coordinates access, ensuring that record stores will NOT be corrupted. C You CANNOT access a record store with multiple threads. D You must lock a record store prior to access. Correct answer