Q. Which statements are correct regarding indexes? (Solved)
1. when a table is dropped, the corresponding indexes are automatically dropped
2. for each dml operation performed, the corresponding indexes are automatically updated
3. a non-deferrable primary key or unique key constraint in a table automatically creates a unique index
4. all of the mentioned
- d. all of the mentioned