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