Rationale
With static SOQL, you now receive the result as a strongly typed Data Cloud DMO. This eliminates the need to write additional code for typecasting the response, which was previously required when using the CdpQuery class.
Scope
Apex Classes