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