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