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