SAMPLE QUESTION
Which of the following is not a critical task in database administration?
A) Database Backup and Recovery
B) Data Archiving
C) Database Indexing
D) Database Query Optimization
Answer: C) Database Indexing
Explanation: Indexes are database objects that improve query performance by allowing faster data retrieval based on indexed columns. While they provide efficient access to specific rows within a table, indexing itself is not a critical database administration task.