C-06-Q123mediumsingle_mcq
After indexing a database, why do INSERT, UPDATE, DELETE commands take more time?
After indexing a database, why do INSERT, UPDATE, DELETE commands take more time?
- aThe data becomes encrypted
- bThe index must also be updated on each change
- cThe primary key is removed
- dThe table is deleted each time