Single Choice Easy

QWhat are the two main types of temporary tables?

ID: #9350 Tables in D365 F&O X++ 189 views
Question Info
#9350Q ID
EasyDifficulty
Tables in D365 F&O X++Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Regular and TempDB
  • B Inherited table and TempDB
  • C Regular and InMemory
  • D InMemory and TempDB
Correct Answer

Explanation

Justification:

  1. A regular table is a normal system table that resides in the database.
  2. An inherited table is normal system table, not a temporary table.
  3. A regular table is a normal system table that resides in the database.
  4. InMemory and TempDB are the two temporary table types. InMemory tables are held in memory and TempDB tables are created in the database only when instantiated.

 

Related Lesson: Temporary Tables

Share This Question

Challenge a friend or share with your study group.