When using Oracle databases, you would use the ___________ class as a command object.

  • OracleCommand
  • SqlCommand
  • DbCommand
  • OleDbCommand
The correct option is OracleCommand. When working with Oracle databases in .NET applications, the OracleCommand class is specifically designed to execute commands against an Oracle database. It provides methods and properties to facilitate database interactions, making it the appropriate choice as a command object for Oracle databases.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *