【Salesforce 認定Platformデベロッパー】試験対策:第17問問題 次のクエリを実行します。 Contact con = [SELECT ID,FirstName,LastName,Email FROM Contact WHERE LastName = 'Smith']; 姓が「Smith」のレコードがない…
1問目から復習する
あわせて読みたい
【Salesforce 認定Platformデベロッパー】試験対策:第1問問題 デバッグログに書き込まれるときのxの値は何ですか。 Integer x = 0; do { x = 1; x++; } while (x < 1); System.debug(x); 0 1 2 3 正解 0 1 2 3 解説 デバッ…
コメント