Multiple choice technology programming languages

Following namespace used for dataset and datatable

  1. System.Data.SqlClient

  2. System.Data.OracleClient

  3. System.Data.Odbc

  4. System.Data

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

DataSet and DataTable are core ADO.NET classes in the System.Data namespace. The other options are provider-specific namespaces for SQL Server, Oracle, and ODBC respectively, which contain connection and command classes but not the core DataSet/DataTable types.