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. A ___ relationship exists when an association is maintained within a single entity.
Binary
Composite
Unary
Information requirements
2. 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.
Atomic attribute
Candidate key
Temporary
Performance
3. A ___________ must not contain a repeating group .
Surrogate
Relational table
(1 - 1)
Domain
4. A ___ derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.
Repeating group
Derived
Strong
Dependency
5. Improving ___ leads to more flexible queries.
Unnormalized
Atomicity
Prime
Candidate
6. Dependencies can be identified with the help of a dependency _____.
Dependency Diagram
Unary
3NF
Diagram
7. In order to meet performance requirements - you may have to denormalize portions of the ________.
4NF
Database design
Diagram
Simple
8. The set of possible values for an attribute is a ____.
Simple
(1 - 1)
Domain
Database type
9. _______ databases reflect the ever-growing demand for greater scope and depth in the data on which decision support systems increasingly rely.
Candidate key
Ternary
3NF
Data warehouse
10. A ___ entity has a primary key that is partially or totally derived from the parent entity in the relationship.
Weak
Recursive
Derived attribute
Relational models
11. 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.
Candidate
ERM
Derived
Participation
12. Normalization represents a micro view of the ___ within the ERD.
Database design
RDBMS
Repeating group
Entities
13. The price paid for increased performance through denormalization is a larger amount of ____.
Temporary
Repeating group
Database type
Data redundancy
14. A ___ relationship exists when two entities are associated.
Dependency
Strong
Temporary
Binary
15. Any attribute whose value determines other values within a row is called ____.
Determinant
Normalization
Multivalued dependencies
Weak
16. The ___ refers to a specific table row as an entity instance.
ERM
1NF
Recursive
Simple
17. A ______ attribute can have only one value.
RDBMS
Granularity
Single-valued
Composite
18. An attribute that is part of a key is known as a ____ attribute.
JOB_CHG_HOUR
Entities
Prime
3NF
19. The Crow's foot symbol with two parallel lines indicates ___ cardinality.
(1 - 1)
(min - max)
Composite
Dependency
20. A ___ identifier is composed of more than one attribute.
Recursive
Entities
Mandatory
Composite
21. Another word for existence-independent is ____.
Surrogate
Strong
Weak
Normalization stages
22. If you have three different transitive dependencies - ___ different determinants exist.
Partial
Three
Atomicity
Multivalued dependencies
23. Depicts all dependencies found within a given table structure is known as a ______.
Prime
RDBMS
3NF
Dependency Diagram
24. From a structural point of view - ______ is better than 1NF
Data integrity problems
Candidate
2NF
Database type
25. An ERM is not dependent on the ____________.
3NF
Database type
(1 - 1)
Temporary
26. The following step occurs first in the process of building an ERD: create a __________ of the organization's description of operations.
Information
Surrogate
Atomic attribute
Detailed narrative
27. 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 ____.
(min - max)
4NF
3NF
Recursive
28. From a system functionality point of view - ___ attribute values can be calculated when they are needed to write reports or invoices.
Weak
Relational models
Composite
Derived
29. Refers to the level of detail represented by the values stored in a table's row
Composite
(1 - 1)
Partial dependencies
Granularity
30. BCNF can be violated only if the table contains more than one ___ key.
Candidate
Normalization
Strong
Derived attribute
31. 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.
RDBMS
Surrogate
Normalization
BCNF
32. Data redundancy produces ____.
Atomicity
Data redundancy
Data integrity problems
ERM
33. A ___ attribute is one that cannot be subdivided.
Simple
Numeric
Normalization stages
Derived attribute
34. A table where every determinant is a candidate key is said to be in ____.
Normalization stages
Information
Dependency Diagram
BCNF
35. 1NF - 2NF - and 3NF are _____.
Duplication
Normalization stages
Composite
Domain
36. If an employee within an EMPLOYEE entity has a relationship with itself - that relationship is known as a ____ relationship.
Recursive
Domain
Granularity
Mandatory
37. A table that is in 2NF and contains no transitive dependencies is said to be in ___.
Entities
1NF
Performance
3NF
38. A _____ entity is composed of the primary keys of each of the entities to be connected.
Normalization stages
Denormalization
Normalization
Associative
39. The conflicts between design efficiency - ____________ - and processing speed are often resolved through compromised that include denormalization.
Denormalization
Single-valued
Relational table
Information requirements
40. THE MOST LIKELY DATA TYPE FOR A SURROGATE KEY IS ____.
Information
Determinant
Numeric
Recursive
41. ____ yields better performance.
Denormalization
Simple
Atomicity
Single-valued
42. A table that has all key attributes defined - has no repeating groups - and all its attributes are dependent on the primary key - is said to be in ____.
1NF
3NF
Participation
Derived
43. A ____ relationship exists when three entities are associated.
Repeating group
Ternary
Data redundancy
Surrogate
44. In a ___ diagram - the arrows above the attribute indicate all desirable dependencies.
Dependency
Partial dependencies
3NF
RDBMS
45. 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.
RDBMS
Candidate
Diagram
Normalization stages
46. 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.
Transitive dependency
Atomicity
Normalization
Ternary
47. 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.
Atomicity
Determinant
Partial dependencies
Relational models
48. 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.
Information
Duplication
Single-valued
JOB_CHG_HOUR
49. For most business transactional databases - we should normalize relations into ____.
4NF
JOB_CHG_HOUR
3NF
Relational table
50. Most designers consider the BCNF as a special case of the ____.
Mandatory
3NF
Diagram
Dependency