- A Regular and TempDB
- B Inherited table and TempDB
- C Regular and InMemory
- D InMemory and TempDB
- Share this MCQ
Answer:
D
Share this MCQ
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
Click me to Read more Question & Answer of Module 6: TablesShare this MCQ