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