Exam 8: Database Administration
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational Model 2: SQL75 Questions
Exam 4: The Relational Model 3: Advanced Topics50 Questions
Exam 5: Database Design 1: Normalization50 Questions
Exam 6: Database Design 2: Design Method75 Questions
Exam 7: Dbms Functions50 Questions
Exam 8: Database Administration50 Questions
Exam 9: Database Management Approaches75 Questions
Select questions type
Which DBA role makes sure the data gets from one place to another with integrity and security?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
D
The data ____________________ is the catalog, but it often contains a wider range of information, including information about tables, fields, indexes, programs, and users.
Free
(Short Answer)
4.8/5
(32)
Correct Answer:
dictionary
Describe a parallel database system.
Free
(Essay)
4.9/5
(30)
Correct Answer:
A system may allow multiple computers to share access to data, software, or peripheral devices by running multiple instances of a single, shared database. A parallel database system takes advantage of this architecture to improve performance through parallelization of operations, such as storing data, indexing, and querying. In addition to balancing the workload among CPUs, the parallel database provides for concurrent access to data while protecting data integrity.
Programmers monitor database usage to detect potential security violations.
(True/False)
4.8/5
(30)
A shared lock permits other users to read the data in the database.
(True/False)
4.9/5
(25)
Which of the following DBMS evaluation categories does the following question relate to: Does the DBMS allow partial copies and how does the DBMS handle updates to the same data from two or more replicas?
(Multiple Choice)
4.9/5
(36)
A(n) ____________________ site is a backup site that is equipped with duplicate hardware and software but not data.
(Short Answer)
4.8/5
(46)
When evaluating and selecting a DBMS, in which category is the DBA most concerned with benchmarks?
(Multiple Choice)
4.9/5
(32)
The database ____________________ manager is concerned with the ongoing maintenance of established databases.
(Short Answer)
4.8/5
(44)
Which group performs additional testing of the database program after the programmers complete their testing?
(Multiple Choice)
4.9/5
(29)
If a user is granted the use of the SELECT statement on a table, the user is also authorized to use UPDATE statements even if the user was not specifically granted that permission.
(True/False)
4.9/5
(35)
The command 'REVOKE REFERENCES ON Customer to bsmith' prevents the bsmith user from using the ALTER TABLE statement to change a table definition.
(True/False)
4.9/5
(42)
When selecting a DBMS, the only database model choice available to the DBA is the relational model.
(True/False)
4.8/5
(31)
When selecting a DBMS and evaluating the concurrent update category, you should determine whether the DBMS resolves deadlock.
(True/False)
4.9/5
(39)
The ____________________ recovery plan specifies the ongoing and emergency actions and procedures required to ensure data availability if a disaster occurs.
(Short Answer)
4.7/5
(31)
Which DBA role manages or supervises the construction of large and comprehensive databases?
(Multiple Choice)
4.7/5
(39)
What type of locks forbid any other user from accessing the data in any way?
(Multiple Choice)
4.9/5
(32)
What can organizations use in their computer systems that allow the system to continue to process database transactions after a hard drive failure?
(Multiple Choice)
4.9/5
(33)
If users access only certain fields in a table, how can you improve performance?
(Multiple Choice)
4.8/5
(36)
The ability of a DBMS to allow multiple computers to share access to data and software by running multiple instances of a single, shared database is called a serial database system.
(True/False)
4.8/5
(36)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)