Deck 10: Fine-Tuning the Database

Full screen (f)
exit full mode
Question
Which of the following statements is not true about recommendations displayed by the Performance Analyzer tool?

A) They are identified by an exclamation point.
B) They can be fixed automatically by the tool.
C) They carry very low risk.
D) They carry a much higher risk.
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the following is not a type of analysis result given by the Performance Analyzer tool?

A) Ideas
B) Suggestions
C) Recommendations
D) Required
Question
Which of the following statements is not true about indexes?

A) They should be added to every field.
B) They should be added to fields which are searched or sorted often.
C) They improve performance.
D) They are commonly suggested by the Performance Analyzer tool.
Question
Which tool creates a detailed report for each selected object?

A) Report Wizard
B) Database Reporter
C) Database Documenter
D) Object Documenter
Question
Which tool makes suggestions to minimize the duplication of data?

A) Field Analyzer
B) Table Analyzer
C) Performance Analyzer
D) Database Analyzer
Question
Which of the following statements is not true about suggestions displayed by the Performance Analyzer tool?

A) They carry no risk at all.
B) They are identified by a question mark.
C) They have potential trade-offs that need to be considered.
D) They can be fixed automatically by the tool.
Question
Which tool evaluates each object in the database and suggests ways to make the database more efficient?

A) Performance Analyzer
B) Object Analyzer
C) Database Documenter
D) Table Analyzer
Question
After using the Database Splitter tool, which file remains open?

A) Back-end
B) Front-end
C) They both remain open
D) Neither remains open
Question
What is the most common object analyzed by the Database Documenter tool?

A) Table
B) Field
C) Report
D) Form
Question
Which database tool turns your database into two files?

A) Database Divider
B) Database Splitter
C) Database Division
D) Database Performance
Question
Which of the following are typically not stored in the front-end database file?

A) Forms
B) Reports
C) Tables
D) Queries
Question
Which of the following statements is not true about ideas displayed by the Performance Analyzer tool?

A) They must be fixed manually.
B) They are identified by a lightbulb.
C) These changes carry the highest risk of any of the three types.
D) These often include changing data types.
Question
Which of the following is not considered to be an enterprise-level DBMS?

A) Oracle
B) Access
C) MySQL
D) Microsoft SQL Server
Question
Which of the following is not true about following the suggestions of the Table Analyzer tool?

A) The database will store more reliable data.
B) The database might become smaller.
C) The database will probably become larger, but more efficient.
D) Updating the database is faster because fewer changes will be required.
Question
What is not true about navigation forms?

A) Objects can be hidden from the user's view.
B) It uses a menu interface.
C) It allows a user to move easily from one object to another.
D) It is the most useful for technical people, as opposed to nontechnical people.
Question
Which of the following is not a reason to continue to use Access for database needs?

A) Wizards
B) Intuitive GUI
C) Enterprise-level DBMSs are generally easier to use
D) Access can run on a desktop
Question
DBMS stands for ________.

A) Data Marketing System
B) Data Management System
C) Database Marketing System
D) Database Management System
Question
Which of the following is not considered a tool used to analyze and improve the performance of a database?

A) Field Analyzer
B) Database Documenter
C) Performance Analyzer
D) Table Analyzer
Question
Which of the following is not a reason to split a database?

A) Increased efficiency with a limited number of users
B) Increased security
C) Increased flexibility
D) Increased reliability
Question
After using the Database Splitter tool, in which file are the tables located?

A) Front-end
B) Back-end
C) Table-end
D) Split-end
Question
What is it called when the value of one non-key field is functionally dependent on the value of another non-key field?

A) Transitive dependency
B) Data Integrity violation
C) Normalization
D) Composite key violation
Question
If you have two values in one field, which normal form have you violated?

A) 0NF
B) 1NF
C) 2NF
D) 3NF
Question
Before running the Documenter, you should narrow the options so only the pertinent information is displayed.
Question
Which of the following would not make a password stronger?

A) Use your anniversary date.
B) Make it longer.
C) Use upper and lower case letters.
D) Use words not found in the dictionary.
Question
What does Access use as the default tab name on a navigation form?

A) Tab 1, Tab 2, etc.
B) Page 1, Page 2, etc.
C) Name of each form or report
D) There is no default name assigned to navigation tabs.
Question
A table with a single-field primary key is usually in compliance with what normal form?

A) First
B) Second
C) Third
D) Fourth
Question
What does ACCDE stand for?

A) Access Database Extended
B) Access Database Example
C) Access Database Evaluation
D) Access Database Executable
Question
What is not true about table relationships?

A) They must be set up manually.
B) They are created automatically by Access when normalization is complete.
C) Creating them can be a good test your normalization efforts.
D) Creating them allows you to retrieve data in a multi-table database.
Question
If a table contains no repeating groups or repeating columns, it is said to be in compliance with which normal form?

A) First
B) Second
C) Third
D) Fourth
Question
What is not true about opening a database in exclusive mode?

A) It ensures that you are the only one using the database at the moment.
B) It is the default mode when opening a database.
C) It must be used to add a password to a database.
D) It must be used to add encryption to a database.
Question
Addressing transitive dependencies happens when you are attempting to bring your database into compliance with what normal form?

A) First
B) Second
C) Third
D) Fourth
Question
When a primary key is made up of more than one field, it is known as what type of key?

A) Foreign
B) Primary
C) Compound
D) Composite
Question
What is a user permitted to do when using an Access Database Executable file?

A) Modify data
B) Make changes to the forms and/or reports
C) Create new forms and/or reports
D) Modify VBA code
Question
The Database Documenter tool becomes less important the larger the database becomes.
Question
Unfortunately, to bring all your tables into Normalization often involves data loss.
Question
An unnormalized form might have the designation ________.

A) 3NF
B) 2NF
C) 1NF
D) 0NF
Question
When should table relationships be created?

A) As soon as tables which can be related are created
B) After completing first normal form optimization
C) After completing second normal form optimization
D) After normalization is complete
Question
Which is not a benefit of normalization?

A) It improves referential integrity enforcement.
B) It minimizes data redundancy.
C) It accommodates future growth of the database.
D) It allows more than one person to use the data at the same time.
Question
Implementing the third normal form often involves creating more ________.

A) tables
B) fields
C) relationships
D) databases
Question
What are the rules to optimize and fix potential repetition issues in a database known as?

A) Encryption
B) Normal forms
C) Data validation
D) Table Analyzer tool
Question
One purpose of using the Database Splitter tool is that you can have one front-end file and several back-end files depending on the needs of your company.
Question
Navigation forms are only for forms and/or reports, not for tables or queries.
Question
If the problem is important enough, the Performance Analyzer tool will inform you of required changes that must be made to your database.
Question
The goal in proper database design is to be able to qualify for third normal form, then second normal form, then first normal form, then zero normal form.
Question
Adding an index saves time searching without increasing the time it takes to add information to the database.
Question
Logical security involves the information that is found on physical devices.
Question
If you have an address field listing the city, state, and ZIP together such as Paterson, NJ 07501, you have violated the first normal form.
Question
Including capital letters, numbers, and special characters help to make the password more secure.
Question
Often the front-end database file is stored on a server for increased security.
Question
You can easily convert ACCDE and ACCDB files back and forth from one to the other.
Question
The Table Analyzer Wizard can make all the database changes by itself if that is what you desire.
Question
The Database Documenter tool can provide information about when a field or other object was last modified.
Question
Converting an Access database to an enterprise-level DBMS will automatically correct design issues which were present in the Access database.
Question
By definition, a table cannot be in 1NF unless it is already in 2NF, and it cannot be in 3NF unless it is in 2NF.
Question
As new tables, queries, forms, and reports are added to a database, Access actually becomes more efficient and the performance of the database increases.
Question
After using the Database Splitter tool, the tables are found in the back-end file.
Question
Removing a password is also known as decrypting.
Question
The Database Documenter is useful for identifying flaws in the design of a database.
Question
The Performance Analyzer tool has become so sophisticated that it will catch performance issues in the database.
Question
The best way to use the Database Documenter tool is to select every option, otherwise you might miss including important data.
Question
The ________ Analyzer tool evaluates each object in the database and suggests ways to make the database more efficient.
Question
A(n) ________ form is a tabbed menu system which makes the database easier to use.
Question
DBMS stands for Database ________ System.
Question
If an Address field lists the city, state, and ZIP together, it would be in violation of the ________ normal form.
Question
It is always a good idea to ________ your database before optimizing your database through the Performance Analyzer tool in case something goes wrong.
Question
Sometimes a way to handle a conversion to 3NF is to ________ fields that may not be necessary.
Question
An added benefit of a navigation form is that it can be easily converted to a(n) ________ form if the Access database is deployed on a company intranet or on the Internet.
Question
Most of the time, when a table violates the second normal form, the solution involves the creation of one or more new tables.
Question
Creating relationships is not an effective way to test your normalization.
Question
If an Author field lists multiple authors separated by commas like Poatsy, Rutledge, and Williams, this would be in violation of the ________ normal form.
Question
A table is in third normal form if it meets 2NF criteria and all the fields have transitive dependencies.
Question
The most common objects analyzed by the Database Documenter tool are ________.
Question
One way to bring a database into 3NF compliance is to delete all unnecessary fields.
Question
Database security can be divided into physical security and ________ security.
Question
A(n) ________ for a field reduces the time it takes to run queries and reports.
Question
Navigation forms are only for forms and ________.
Question
The Database ________ tool creates a detailed report for each selected object.
Question
________ makes the data unreadable to anyone except those who possess the key password.
Question
The ________ Analyzer tool makes suggestions to minimizing the duplication of data.
Question
You should wait until the normalization process is complete before creating relationships between tables.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 10: Fine-Tuning the Database
1
Which of the following statements is not true about recommendations displayed by the Performance Analyzer tool?

A) They are identified by an exclamation point.
B) They can be fixed automatically by the tool.
C) They carry very low risk.
D) They carry a much higher risk.
D
2
Which of the following is not a type of analysis result given by the Performance Analyzer tool?

A) Ideas
B) Suggestions
C) Recommendations
D) Required
D
3
Which of the following statements is not true about indexes?

A) They should be added to every field.
B) They should be added to fields which are searched or sorted often.
C) They improve performance.
D) They are commonly suggested by the Performance Analyzer tool.
A
4
Which tool creates a detailed report for each selected object?

A) Report Wizard
B) Database Reporter
C) Database Documenter
D) Object Documenter
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
Which tool makes suggestions to minimize the duplication of data?

A) Field Analyzer
B) Table Analyzer
C) Performance Analyzer
D) Database Analyzer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following statements is not true about suggestions displayed by the Performance Analyzer tool?

A) They carry no risk at all.
B) They are identified by a question mark.
C) They have potential trade-offs that need to be considered.
D) They can be fixed automatically by the tool.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
Which tool evaluates each object in the database and suggests ways to make the database more efficient?

A) Performance Analyzer
B) Object Analyzer
C) Database Documenter
D) Table Analyzer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
After using the Database Splitter tool, which file remains open?

A) Back-end
B) Front-end
C) They both remain open
D) Neither remains open
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
What is the most common object analyzed by the Database Documenter tool?

A) Table
B) Field
C) Report
D) Form
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
Which database tool turns your database into two files?

A) Database Divider
B) Database Splitter
C) Database Division
D) Database Performance
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following are typically not stored in the front-end database file?

A) Forms
B) Reports
C) Tables
D) Queries
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following statements is not true about ideas displayed by the Performance Analyzer tool?

A) They must be fixed manually.
B) They are identified by a lightbulb.
C) These changes carry the highest risk of any of the three types.
D) These often include changing data types.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following is not considered to be an enterprise-level DBMS?

A) Oracle
B) Access
C) MySQL
D) Microsoft SQL Server
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following is not true about following the suggestions of the Table Analyzer tool?

A) The database will store more reliable data.
B) The database might become smaller.
C) The database will probably become larger, but more efficient.
D) Updating the database is faster because fewer changes will be required.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
What is not true about navigation forms?

A) Objects can be hidden from the user's view.
B) It uses a menu interface.
C) It allows a user to move easily from one object to another.
D) It is the most useful for technical people, as opposed to nontechnical people.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following is not a reason to continue to use Access for database needs?

A) Wizards
B) Intuitive GUI
C) Enterprise-level DBMSs are generally easier to use
D) Access can run on a desktop
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
DBMS stands for ________.

A) Data Marketing System
B) Data Management System
C) Database Marketing System
D) Database Management System
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is not considered a tool used to analyze and improve the performance of a database?

A) Field Analyzer
B) Database Documenter
C) Performance Analyzer
D) Table Analyzer
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following is not a reason to split a database?

A) Increased efficiency with a limited number of users
B) Increased security
C) Increased flexibility
D) Increased reliability
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
After using the Database Splitter tool, in which file are the tables located?

A) Front-end
B) Back-end
C) Table-end
D) Split-end
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
What is it called when the value of one non-key field is functionally dependent on the value of another non-key field?

A) Transitive dependency
B) Data Integrity violation
C) Normalization
D) Composite key violation
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
If you have two values in one field, which normal form have you violated?

A) 0NF
B) 1NF
C) 2NF
D) 3NF
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
Before running the Documenter, you should narrow the options so only the pertinent information is displayed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
Which of the following would not make a password stronger?

A) Use your anniversary date.
B) Make it longer.
C) Use upper and lower case letters.
D) Use words not found in the dictionary.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
What does Access use as the default tab name on a navigation form?

A) Tab 1, Tab 2, etc.
B) Page 1, Page 2, etc.
C) Name of each form or report
D) There is no default name assigned to navigation tabs.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
A table with a single-field primary key is usually in compliance with what normal form?

A) First
B) Second
C) Third
D) Fourth
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
What does ACCDE stand for?

A) Access Database Extended
B) Access Database Example
C) Access Database Evaluation
D) Access Database Executable
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
What is not true about table relationships?

A) They must be set up manually.
B) They are created automatically by Access when normalization is complete.
C) Creating them can be a good test your normalization efforts.
D) Creating them allows you to retrieve data in a multi-table database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
If a table contains no repeating groups or repeating columns, it is said to be in compliance with which normal form?

A) First
B) Second
C) Third
D) Fourth
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
What is not true about opening a database in exclusive mode?

A) It ensures that you are the only one using the database at the moment.
B) It is the default mode when opening a database.
C) It must be used to add a password to a database.
D) It must be used to add encryption to a database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
Addressing transitive dependencies happens when you are attempting to bring your database into compliance with what normal form?

A) First
B) Second
C) Third
D) Fourth
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
When a primary key is made up of more than one field, it is known as what type of key?

A) Foreign
B) Primary
C) Compound
D) Composite
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
What is a user permitted to do when using an Access Database Executable file?

A) Modify data
B) Make changes to the forms and/or reports
C) Create new forms and/or reports
D) Modify VBA code
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
The Database Documenter tool becomes less important the larger the database becomes.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
Unfortunately, to bring all your tables into Normalization often involves data loss.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
An unnormalized form might have the designation ________.

A) 3NF
B) 2NF
C) 1NF
D) 0NF
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
When should table relationships be created?

A) As soon as tables which can be related are created
B) After completing first normal form optimization
C) After completing second normal form optimization
D) After normalization is complete
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
Which is not a benefit of normalization?

A) It improves referential integrity enforcement.
B) It minimizes data redundancy.
C) It accommodates future growth of the database.
D) It allows more than one person to use the data at the same time.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
Implementing the third normal form often involves creating more ________.

A) tables
B) fields
C) relationships
D) databases
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
What are the rules to optimize and fix potential repetition issues in a database known as?

A) Encryption
B) Normal forms
C) Data validation
D) Table Analyzer tool
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
One purpose of using the Database Splitter tool is that you can have one front-end file and several back-end files depending on the needs of your company.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
Navigation forms are only for forms and/or reports, not for tables or queries.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
If the problem is important enough, the Performance Analyzer tool will inform you of required changes that must be made to your database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
The goal in proper database design is to be able to qualify for third normal form, then second normal form, then first normal form, then zero normal form.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
Adding an index saves time searching without increasing the time it takes to add information to the database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
Logical security involves the information that is found on physical devices.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
If you have an address field listing the city, state, and ZIP together such as Paterson, NJ 07501, you have violated the first normal form.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
Including capital letters, numbers, and special characters help to make the password more secure.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
Often the front-end database file is stored on a server for increased security.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
You can easily convert ACCDE and ACCDB files back and forth from one to the other.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
The Table Analyzer Wizard can make all the database changes by itself if that is what you desire.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
The Database Documenter tool can provide information about when a field or other object was last modified.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
Converting an Access database to an enterprise-level DBMS will automatically correct design issues which were present in the Access database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
By definition, a table cannot be in 1NF unless it is already in 2NF, and it cannot be in 3NF unless it is in 2NF.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
As new tables, queries, forms, and reports are added to a database, Access actually becomes more efficient and the performance of the database increases.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
After using the Database Splitter tool, the tables are found in the back-end file.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
Removing a password is also known as decrypting.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
The Database Documenter is useful for identifying flaws in the design of a database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
The Performance Analyzer tool has become so sophisticated that it will catch performance issues in the database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
The best way to use the Database Documenter tool is to select every option, otherwise you might miss including important data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
The ________ Analyzer tool evaluates each object in the database and suggests ways to make the database more efficient.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
A(n) ________ form is a tabbed menu system which makes the database easier to use.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
DBMS stands for Database ________ System.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
If an Address field lists the city, state, and ZIP together, it would be in violation of the ________ normal form.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
It is always a good idea to ________ your database before optimizing your database through the Performance Analyzer tool in case something goes wrong.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Sometimes a way to handle a conversion to 3NF is to ________ fields that may not be necessary.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
An added benefit of a navigation form is that it can be easily converted to a(n) ________ form if the Access database is deployed on a company intranet or on the Internet.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
Most of the time, when a table violates the second normal form, the solution involves the creation of one or more new tables.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
Creating relationships is not an effective way to test your normalization.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
If an Author field lists multiple authors separated by commas like Poatsy, Rutledge, and Williams, this would be in violation of the ________ normal form.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
A table is in third normal form if it meets 2NF criteria and all the fields have transitive dependencies.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
The most common objects analyzed by the Database Documenter tool are ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
One way to bring a database into 3NF compliance is to delete all unnecessary fields.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
Database security can be divided into physical security and ________ security.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
A(n) ________ for a field reduces the time it takes to run queries and reports.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
Navigation forms are only for forms and ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The Database ________ tool creates a detailed report for each selected object.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
________ makes the data unreadable to anyone except those who possess the key password.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The ________ Analyzer tool makes suggestions to minimizing the duplication of data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
You should wait until the normalization process is complete before creating relationships between tables.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.