Section 2
Section 2
answers
Posted November 12, 2009 by blogulblogurilor in Oracle Design. Comments Offon Section 2 – Quiz answers
6. Unique Identifiers…
distinguish one entity from another
distinguish one instance of an entity from all other instances of that entity
distinguish all entities in a database
distinguishes nothing
7. An entity may have which of the following?
experiences
instances
tables
none of the above
8. What is the purpose of a Unique Identifier?
To uniquely determine a table and columns within that table.
To identify a specific row within a table, using one or more columns and/or foreign keys.
Create an entity that is unlike any other entity aside from itself.
To identify one unique instance of an entity, by using one or more attributes and/or
relationships.
9. In a physical data model, an attribute is represented as a/an
Column
Row
Instance
Foreign Key
10. The word “Volatile” means…
Changing constantly; unstable
Static; unlikely to change
Large quantity
Limited quantity
11. Which of the following entities most likely contains invalid attributes?
Entity: Home. Attributes: Number of Bedrooms, Owner, Address, Date Built
Entity: Pet. Attributes: Name, Birthdate, Owner
Entity: Car. Attributes: Owner Occupation, Owner Salary, Speed
Entity: Mother. Attributes: Name, Birthdate, Occupation, Salary
12. In the following statements, find two examples of ENTITY: Instance.
DAIRY PRODUCT: cow
VEGETABLE: grows
BOOK: Biography of Mahatma Gandhi
BODY PART: Marilyn Manson
Test: Quiz: Entity Relationship Modeling and ERDs
1. The purpose of an ERD is to document the proposed system and facilitate discussion and understanding of
the requirements captured by the developer. True or False?
True
False
Advertisements
REPORT THIS ADPRIVACY
2. A well structured ERD will show only some parts of the finished data model. You should never try to model
the entire system in one diagram, no matter how small the diagram might be. True or False?
True
False
3. Entity Relationship model is independent of the hardware or software used for implementation. True or
False?
True
False
4. Which of the following statements are true about ERD’s?
A piece of information can be shown multiple times on an ERD.
A piece of information should only be found one place on an ERD.
You should not model derivable data.
All data must be represented on the ERD, including derived summaries and the result of calculations.