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