Are the field names and the object name used in the object's SOQL query case sensitive?
Answer.
No. The fields and object names object's SOQL are case insensitive.
So the query: "SELECT id, NAme FROM ACCOUNT" should be correct as well.
Notes:
- For the Fields Mapping and Data Anonymization you need to specify fields and object names exactly, because they are case sensitive.