temporary tables and their purpose in ax 2012

any one reply temporary tables in ax 2012 and their purpose

why we use temporary table in ssrs

differences among inmemory and container can you explain with example

Temporary tables are used for temporary data, i.e. data that you don’t need / want to persist in database. Data prepared for a report is a good example - it become useless immediately after printing the report, so you generally don’t want to keep the data.

Container is a primitive data type, not a table. You can use it as a variable in code or even as the type of a table field.