Multiple choice technology programming languages How to clear a internal table and its occupied memory Clear itab Free itab Refresh itab All of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation FREE itab both clears the content AND releases the memory occupied by the internal table. CLEAR only resets the content without releasing memory, and REFRESH typically works like CLEAR. For complete memory deallocation, FREE is the correct command.