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