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