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