InterviewSolution
Saved Bookmarks
| 1. |
How Do You Remove Logically Deleted Records? |
|
Answer» WHENEVER you delete a ROW in a table, it is not physically deleted. It is logically deleted by FLAGGING the deletexid field in the table. NZRECLAIM utility is used to REMOVE the logically deleted RECORDS. Whenever you delete a row in a table, it is not physically deleted. It is logically deleted by flagging the deletexid field in the table. NZRECLAIM utility is used to remove the logically deleted records. |
|