题目内容
Your Microsoft SQL Server database BackOrders contains a table that consists of more than 1 million rows. You need to develop an application that reads each row in the table and writes the data to a flat file. The application will run only once each day.You want the application to process the data as quickly as possible.Which class should you use to retrieve the data?
2021-12-25
A.DataSet
B.DataTable
C.DataReader
D.DataAdapter