Up to this point, the focus has been on optimizing queries, which means that only data retrieval has been covered. We haven’t touched on anything related to data manipulation, that is, updating, removing, or adding records in the database. That’s the subject of this chapter, which discusses how data manipulation affects performance and what can be improved.
What Is DML?
Any database system has ...