Multiple choice technology programming languages

what are the namespace/classes related Database operation?

  1. System.Data

  2. System.Data.Dataset

  3. System.Data.SQLClient

  4. System.Data.Datareader

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

System.Data is the primary root namespace for ADO.NET database operations, and System.Data.SqlClient (misspelled with capital C in the option) represents the SQL Server data provider namespace. System.Data.DataSet is a class, not a namespace.