Multiple choice technology databases NOLOGGING is used to reduce redo log generation ? True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The NOLOGGING clause instructs the database to write minimal logging information to the redo log files during operations like bulk inserts or index creation. This significantly reduces redo log generation and speeds up the operation.