Esri
EADP10 · Question #49
A tax preparation company completes a quarterly cleaning of their records. Using a Python script they automate the deletion of records that are more than seven years old or records for customers who…
The correct answer is C. an update cursor and the deleteRow method. See the full explanation below for the reasoning.
Question
A tax preparation company completes a quarterly cleaning of their records. Using a Python script they automate the deletion of records that are more than seven years old or records for customers who have not been seen in more than five years. When using a cursor function, what deletes the appropriate records?
Options
- Aa search cursor and the deleteRow method
- Ban insert cursor and the deleteRow method
- Can update cursor and the deleteRow method
- Da find cursor and the deleteRow method
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C83% (20)
- D4% (1)
Community Discussion
No community discussion yet for this question.