Question:
How to find the actual Salesforce Object Query Language (SOQL) Query for a View defined on My Account Page in CRM?
Answer:
The View records are stored in the View_vod object, the actual SOQL query for each View is stored in Statement_vod field of this object.
For example, query the View_vod object using SOQL in Salesforce Workbench, the query stored in Statement_vod field looks like this:
Related Documentation:
N/A