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