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