C-06-Q142mediumsingle_mcq
Why does INSERT, UPDATE and DELETE take more time after a database is indexed?
Why does INSERT, UPDATE and DELETE take more time after a database is indexed?
- aBecause indexing deletes the primary key
- bBecause the index must also be updated each time data changes
- cBecause indexing encrypts every row
- dBecause indexing removes the table header