



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Database Management Systems (DBMS
Typology: Exams
1 / 6
This page cannot be seen from the preview
Don't miss anything!




โโ Due to the structural difference between these databases, some data model manipulation happens as data moves from _______________ Answer: Chronicles to Clarity. โโ As tempting as it may be to suggest that one Chronicles master file would translate to one Clarity table, that would be impossible due to two main principles for constructing tables in the Clarity database: Answer: 1. Minimize redundant data
โโ Clarity minimizes data redundancy while maintaining granularity by mapping a single Chronicles master file to multiple Clarity tables. The key pieces of information needed to understand this mapping are a Chronicles item's __________ and ____________, and a Clarity table's
Answer: add type; response type; primary key. โโ The two Chronicles item characteristics that are particularly important for Clarity queries are _______ and __________ Answer: Add Type; Response Type. โโ stored on the record. Always considered "current". Answer: No-Add: โโ stored on the contact. Answer: Overtime โโ Indicates if data is stored on a record or on a contact in the record. Answer: Add type โโ Indicates how many lines of data an item can hold Answer: Response type
โโ Most master files will use a CSN to identify their records' contacts. Thus, most Clarity tables based on overtime items will have a _________ in their primary key. Answer: CSN โโ Here are some fundamental concepts about contacts within a master file: Answer: 1. The meaning of a contact differs between master files.
Answer: 1. Hyperspace CTL + Click: Use Ctrl+ Click in the field to reveal the item information window. Click More to reveal more item information, including Network INI.
Answer: list. โโ Which part of the join does the Chronicles networked item map to? Answer: The foreign key of the source table. โโ Which column in the destination table is used with the starting table's foreign key column in the join? Answer: The primary key of the destination table is used with the starting table's foreign key column in the join. โโ What is a common Clarity naming convention for columns that extract from record pointers? Answer: The column name ends with _ID.