Creation and Usage of Temporary Table in BC D365
Temporary Table in BC D365: (1) Temporary table is used as buffer storage or data compile in its own format. (2) The difference between Temporary Table and Normal Table is that the Temporary table is not stored in a database. It is only held in memory until the table is closed. (3) The advantage of the …