When iterating through data retrieved using a Data Reader, what type of access is possible?
1
Random access to any row in the dataset
2
Forward-only access, processing data one row at a time.
3
Backward access, allowing you to revisit previously processed rows
4
Both (a) and (c)
5
Question Not Attempted