1.Yes, by setting the Filter property of the DataView
2.Yes, by setting the RowFilter property of the DataView
3.Yes, by using the SetFilter(. method of the DataView
4. No, a DataView cannot be used to filter rows in a DataTable
Answer:2