通用容器使用大對象存儲近十億個稱為Customer_transaction__b的客戶交易。這些是customer_transaction __b上的字段:account__c program__c points_earned__c location__c transaction_date__c__c __c __c __c __c已將以下字段識別為customer_transaction __b對象的索引字段:accounts__c,program__c,program__c and transaction_date_date__c。哪個SOQL查詢在customer_transaction __b大對像上有效?
A. 擇Account__c,program__c,transaction_date__c from customer_transaction__bwhere account__c ='001r000000302d3'and program__c ='Shoppers'and and TransAction_Date__c = 2019-05-31T00:00ZCorrect
B. 擇帳戶__c,program__c,transaction_date__cf customer_transaction__b where account__c ='001R00000000302D3'AND PROGRAM__C喜歡'shop%'and transaction_date_date__c = 2019-05-31T00:00Z
C. SELECT ACCORT__C,PROGRAM__C,TRASSACTION_DATE__C來自customer_transaction __bwhere coundment__c ='001R00000000302D3'AND PROGRAM__C包括('Shoppers','womerens')和transaction_date__c = 2019-05-31t00:00z
D. SELECT account__c,program__c,transaction_date__c from customer_transaction__bwhere account__c ='001R00000000302D3'AND PROGRAM__C dever dubludes excludes('Shoppers','womerens')和transaction_date__c = 2019-05-31t00:005-31t00:00z