Transcript text: Question
You are creating a custom object called "Tasks". The "Tasks" object has several fields, including Task Name, Due Date, and Priority.
Which of the following options should you use to retrieve specific records from the "Tasks" object when it contains a large number of records?
Select only one answer
Use indexing to optimize the performance of the query.
Use SOQL to query all of the records in the "Tasks" object and filter the results based on specific criteria.
Use the trigger.newMap collection to retrieve the necessary records.
Use a scheduled batch job to process the records in batches.