InterviewSolution
Saved Bookmarks
| 1. |
What Are The Internal Tables? |
|
Answer» Internal table exists only when the program is run. It is used for performing table CALCULATIONS on SUBSET of DATABASE tables and also for re-organizing the CONTENT of database tables as PER the users need. Internal table exists only when the program is run. It is used for performing table calculations on subset of database tables and also for re-organizing the content of database tables as per the users need. |
|