what are the namespace/classes related Database operation?
-
System.Data
-
System.Data.Dataset
-
System.Data.SQLClient
-
System.Data.Datareader
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.