Which data provider gives the maximum performance from a connection to SQL Server?

A)  The JDBC data provider.
B)  The OLE DB data provider.
C)  The SqlClient data provider.
D)  The Oracle data provider

Correct Answer :   The SqlClient data provider.


Explanation :

The SqlClient data provider gives the maximum performance from a connection to SQL Server.

Data provider works as a bridge between an application and a data source.SQL Server.NET Data Provider available in the System.Data.SqlClient namespace.