1: | How do you identify and establish tables for the new database? |
A1: | You identify and establish tables for the new database using the preliminary table list . |
2: | Why do you use the preliminary field list to help you define tables for the database? |
A2: | You use the preliminary field list to help you define tables for the database because the fields on the list may imply subjects that the database needs to track. |
3: | What action do you take when an item on the list of subjects and a differently named item on the preliminary table list both represent the same subject? |
A3: | When an item on the list of subjects and a differently named item on the preliminary table list both represent the same subject, you select the name that best represents the subject and use it as the sole identifier for that subject. |
4: | What information does the final table list provide? |
A4: | The final table list provides the name, type, and description of each table in the database. |
5: | State three guidelines for creating table names . |
A5: | These are the guidelines for creating table names:
|
6: | State two guidelines for composing table descriptions. |
A6: | These are the guidelines for composing table descriptions:
|
7: | How do you assign fields to a table on the final table list ? |
A7: | You assign fields to a table on the final table list by determining which fields best represent characteristics of the table's subject. |
8: | State three guidelines for creating field names. |
A8: | These are the guidelines for creating field names:
|
9: | What two problems can poorly designed fields cause? |
A9: | Poorly designed fields can cause problems with duplicate data and redundant data. |
10: | What can you use to resolve field anomalies? |
A10: | You can resolve field anomalies by ensuring that the field complies with the Elements of the Ideal Field. |
11: | State three of the Elements of the Ideal Field. |
A11: | These are the Elements of the Ideal Field :
|
12: | Under what condition is redundant data acceptable? |
A12: | Redundant data is acceptable when it is the result of resolving a multivalued field or an unnecessary duplicate field. |
13: | In general terms, what three steps do you follow to resolve a multivalued field? |
A13: | In general terms, these are the three steps you follow to resolve a multivalued field:
|
14: | When is it necessary to use a duplicate field in a table? |
A14: | The only instance in which it is necessary to use a duplicate field is when the field serves to establish a relationship between two tables. |
15: | How can you refine table structures? |
A15: | You can refine table structures by ensuring that each table complies with the Elements of the Ideal Table. |
16: | State three of the Elements of the Ideal Table. |
A16: | These are the Elements of the Ideal Table :
|
17: | What is a subset table? |
A17: | A subset table is a table that represents a subordinate subject of a particular data table. |
Top |