Podcast
Questions and Answers
What is Mnesia?
What is Mnesia?
- A distributed, soft real-time database management system written in Erlang (correct)
- A general-purpose programming language
- A relational SQL database server
- An office-based data processing database management system
What is the primary purpose of Mnesia?
What is the primary purpose of Mnesia?
- To provide general office-based data processing
- To replace SQL-based systems
- To support Erlang where DBMS-like persistence is required (correct)
- To act as a standalone programming language
What are the inbuilt table types in Mnesia?
What are the inbuilt table types in Mnesia?
- in_memory, on_disk, hybrid
- ram_copies, disc_copies, disc_only_copies (correct)
- ram_storage, disk_storage, memory_storage
- primary, secondary, tertiary
What is the storage characteristic of 'ram_copies' in Mnesia?
What is the storage characteristic of 'ram_copies' in Mnesia?
What is the storage characteristic of 'disc_only_copies' in Mnesia?
What is the storage characteristic of 'disc_only_copies' in Mnesia?
What is the main objective of the three-level architecture in DBMS?
What is the main objective of the three-level architecture in DBMS?
What is the primary role of the internal level in the three-schema architecture?
What is the primary role of the internal level in the three-schema architecture?
What is the purpose of mapping in the three-level architecture of DBMS?
What is the purpose of mapping in the three-level architecture of DBMS?
Where does the external/conceptual mapping lie in the three-schema architecture?
Where does the external/conceptual mapping lie in the three-schema architecture?
What is the purpose of the conceptual/internal mapping in the three-schema architecture?
What is the purpose of the conceptual/internal mapping in the three-schema architecture?
Flashcards are hidden until you start studying