Multiple choice technology web technology

A DataView can provide different views of which one of the following objects?

  1. DataTable

  2. Dataset

  3. RecordSet

  4. DataRelation

  5. RowSet

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DataView is specifically designed to provide different views (sorted, filtered, etc.) of a single DataTable. It cannot directly view an entire DataSet, DataRelation (which defines relationships between tables), or other data structures. RecordSet and RowSet are from ADO classic and Java respectively, not .NET.