🧪 ADO.Net MCQ Quiz Hub

ADO.Net Mcq Question Set 1

Choose a topic to test your knowledge and improve your ADO.Net skills

1. DateSet contains one or more DataTables?




2. Can we use DataView to Filter rows in a DataTable?




3. Which method is used to retrieve the single value?




4. How to load XML in DataSet?




5. Which method is used to fill DataSet?




6. Which object is used to Fill DataSet using the query in SQL Server?




7. Which object will be used to sort the data of DataSet?




8. DataSet object is




9. Which is Read-only forward-only recordset?




10. Which namespace is used to fetch data from Oracle database?




11. Which ADO.net object is very fast to get data from the database?




12. What is the default specified timeout period for "SQLCommand.CommandTimeout" property?




13. What is the Full form of ADO.Net?




14. Which Adapter is used to get the data from the Access Database?




15. Which ADO.Net class provides a connected environment?




16. When to use the OleDbConnection object?




17. Which is the return type of the ExecuteScalar class?




18. Which are command object methods?




19. Which of the following is the benefit of the ADO.Net?




20. ADO.Net provides the ability to process and create an in-memory database which is called




21. It is not required to open the connection when I am using DataAdapter.




22. Which CommandType is used to define the StoredProcedure?




23. Which namespace is used to access the connection string from the Web.Config file?




24. SqlConnection object is used for?




25. Which method is suited best when we have aggregate values in the SELECT statement?




26. On which object we set the properties to create a primary key for DataTable?




27. Which of the following are the events of the DataTable object?




28. Which Data Provider gives the maximum performance when connected to SQL Server?




29. If we want that the command object should return XML data then which Command object will be used?