Questions
- Which data access method was fastest when inserting data?
- Which data access method was fastest when selecting a scalar value?
- Which data access method was fastest when selecting multiple records?
- Which data access method was fastest when updating data?
- Which data access method was fastest when deleting data?
- Should you use one framework for all data access operations and why?