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