SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Data Modeling
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. In a ___ diagram - the arrows above the attribute indicate all desirable dependencies.
Determinant
Surrogate
Dependency
Relational models
2. __________ is a process to help reduce the likelihood of data anomalies.
Dependency Diagram
Composite
Normalization
Entities
3. Most designers consider the BCNF as a special case of the ____.
Three
Database type
Candidate
3NF
4. Complex ____ requirements may dictate data transformations - and they may expand the number of entities and attributes withing the design.
Weak
RDBMS
Database type
Information
5. In a real-world environment - changing granularity requirements might dictate changes in primary key selection - and those changes might ultimately require the use of ____ keys.
BCNF
Surrogate
JOB_CHG_HOUR
Single-valued
6. Dependencies based on only a part of a composite primary key are called ___ dependencies.
Granularity
Data integrity problems
Partial
Information
7. If an employee within an EMPLOYEE entity has a relationship with itself - that relationship is known as a ____ relationship.
Numeric
Unnormalized
JOB_CHG_HOUR
Recursive
8. The following step occurs first in the process of building an ERD: create a __________ of the organization's description of operations.
Database type
Information
Composite
Detailed narrative
9. The price paid for increased performance through denormalization is a larger amount of ____.
Dependency
Domain
Data redundancy
(min - max)
10. The conflicts between design efficiency - ____________ - and processing speed are often resolved through compromised that include denormalization.
Performance
Information requirements
Three
Derived
11. A table where every determinant is a candidate key is said to be in ____.
Multivalued dependencies
BCNF
Granularity
3NF
12. A ___________ must not contain a repeating group .
Composite
Composite
(1 - 1)
Relational table
13. Refers to the level of detail represented by the values stored in a table's row
Multivalued dependencies
Transitive dependency
Repeating group
Granularity
14. A ____ relationship exists when three entities are associated.
Composite
Ternary
ERM
Multivalued dependencies
15. An example of denormalization is using a ___ denormalized table to hold report data. This is required when creating a tabular report in which the columns represent data that is stored in the table as rows.
Determinant
Unary
Mandatory
Temporary
16. Need not be stored physically in the data base.
Derived attribute
BCNF
Composite
Three
17. A ___ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
Unary
Granularity
Entities
Weak
18. The Crow's foot symbol with two parallel lines indicates ___ cardinality.
Performance
Diagram
(1 - 1)
3NF
19. A table that is in 2NF and contains no transitive dependencies is said to be in ___.
Composite
ERM
3NF
Mandatory
20. A table is in BCNF if every determinant in the table is a ____________.
Diagram
Determinant
Ternary
Candidate key
21. Normalization represents a micro view of the ___ within the ERD.
Detailed narrative
Single-valued
3NF
Entities
22. A table where all attributes are dependent on the primary key are independent of each other - and no row contains two or more multivalued facts about an entity - is said to be in ____.
Derived
4NF
(1 - 1)
Database design
23. A ___ relationship exists when an association is maintained within a single entity.
Prime
Unnormalized
Relational table
Unary
24. From a structural point of view - ______ is better than 1NF
2NF
Candidate key
(min - max)
Data redundancy
25. In the ERD - Cardinality is indicated using the ___ notation.
(min - max)
Entities
Duplication
Derived
26. For most business transactional databases - we should normalize relations into ____.
Derived attribute
Candidate key
Derived
3NF
27. In order to meet ___ requirements - you may have to denormalize some portion of the database.
Prime
Information requirements
JOB_CHG_HOUR
Performance
28. An ERM is not dependent on the ____________.
Candidate
Database type
Data integrity problems
1NF
29. Relationship strength depends on how the primary key of the related entity is formulated - while the relationship ____ depends on how the business rule is written.
BCNF
Determinant
ERM
Participation
30. A ______ attribute can have only one value.
Normalization
Data redundancy
Diagram
Single-valued
31. A ____ exists when there are functional dependencies such that Y is functionally dependent on X and Z is functionally dependent on Y - and X is the primary key.
JOB_CHG_HOUR
Domain
Transitive dependency
Composite
32. The set of possible values for an attribute is a ____.
Single-valued
4NF
Database design
Domain
33. Dependencies can be identified with the help of a dependency _____.
ERM
Surrogate
Diagram
Relational table
34. If database tables are treated as though they were files in a file system - the ___ never has a chance to demonstrate its superior data-handling capabilities.
Partial dependencies
Domain
Entities
RDBMS
35. A ___ identifier is composed of more than one attribute.
Partial dependencies
Composite
Unary
(1 - 1)
36. According to naming conventions described in Chapter 2 - ___ would be the best name for a column representing the charges per hour in a table named JOB.
Determinant
JOB_CHG_HOUR
Normalization stages
Data warehouse
37. In order to meet performance requirements - you may have to denormalize portions of the ________.
Atomicity
Database design
Ternary
Normalization stages
38. If you have three different transitive dependencies - ___ different determinants exist.
Three
3NF
Derived attribute
Strong
39. An attribute that is part of a key is known as a ____ attribute.
Detailed narrative
BCNF
Prime
Domain
40. If a table has multiple candidate keys and one of those candidate keys is a composite key - the table can have ___ based on this composite candidate key - even when the primary key chosen is a single attribute.
Partial dependencies
Three
Recursive
Prime
41. ________ cannot be further subdivided.
3NF
Data warehouse
Atomic attribute
Participation
42. A ___ attribute is one that cannot be subdivided.
Derived attribute
Partial
Simple
Atomicity
43. Improving ___ leads to more flexible queries.
Composite
(1 - 1)
Candidate key
Atomicity
44. Data redundancy produces ____.
JOB_CHG_HOUR
Duplication
Database type
Data integrity problems
45. The associative entity is also known as a ___ entity.
Normalization stages
Performance
Composite
3NF
46. Data redundancies occur from ____ of data on every row entry.
Mandatory
Duplication
BCNF
Granularity
47. 1NF - 2NF - and 3NF are _____.
Ternary
Normalization stages
Numeric
3NF
48. The word "entity" in the ER model corresponds to a _______.
Candidate key
Table
BCNF
Information
49. BCNF can be violated only if the table contains more than one ___ key.
Database type
Unary
Multivalued dependencies
Candidate
50. The ___ refers to a specific table row as an entity instance.
Partial dependencies
ERM
2NF
Table