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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Justification:
- A regular table is a normal system table that resides in the database.
- An inherited table is normal system table, not a temporary table.
- A regular table is a normal system table that resides in the database.
- 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
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic