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