開発者は、開発者コンソールで次のコードを実行します。 List <Account> fList = new List <Account>(); For(integer i = 1; I <= 200; i ++){fList.add(new Account(Name ='Universal Account' + i));} Insert fList; List <Account> sList = new List <Account>(); For(integer I = 201; I < 20000; i ++){sList.add(new Account(Name ='Universal Account' + i));} sListを挿入;Salesforce組織で作成されるアカウントの数は?