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