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