Exam 14: Data and Database Administration
Exam 1: Introduction to Database Management76 Questions
Exam 2: Introduction to Database Development76 Questions
Exam 3: The Relational Data Model75 Questions
Exam 4: Query Formulation With SQL75 Questions
Exam 5: Understanding Entity Relations76 Questions
Exam 6: Developing Data Models for Business Databases75 Questions
Exam 7: Normalization of Relational Tables76 Questions
Exam 8: Physical Database Design76 Questions
Exam 9: Advanced Query Formulation With SQL74 Questions
Exam 10: Application Development With Views75 Questions
Exam 11: Stored Procedures and Triggers76 Questions
Exam 12: View Design and Integration76 Questions
Exam 14: Data and Database Administration76 Questions
Exam 15: Transaction Management75 Questions
Exam 16: Data Warehouse Technology and Management78 Questions
Exam 17: Client-Server Processing and Distributed Databases76 Questions
Exam 18: Object Database Management Systems83 Questions
Select questions type
In the process known as ______________,an algorithm converts data from plaintext into ciphertext to obscure its meaning.
(Short Answer)
4.8/5
(34)
The operational level of management deals with individual transactions and exception reports.
(True/False)
4.8/5
(37)
Strategic management would be mostly interested in the following type of data:
(Multiple Choice)
4.8/5
(30)
The data administrator (DA)is a support role with responsibilities related to individual databases and DBMSs.
(True/False)
4.9/5
(33)
___________________ rules are checked when a user first connects to a DBMS.
(Short Answer)
4.9/5
(38)
A database that contains metadata describing the entire information systems life cycle is known as a(n)____________________.
(Short Answer)
4.8/5
(35)
A(n)____________________ is a workload used to evaluate the performance of a system or product.
(Short Answer)
4.9/5
(37)
In a DBMS environment,processing can be distributed over different computers,but the data itself cannot be distributed.
(True/False)
4.9/5
(35)
The following level of management deals with external data sources and summarized tactical databases:
(Multiple Choice)
4.7/5
(30)
The cost of switching to a different DBMS may include data conversion,software recoding,and retraining employees,and can be much higher than the original purchase price of the DBMS.
(True/False)
4.8/5
(40)
With discretionary access control,users may be individually given access rights to specific data,or these access privileges may be granted to groups of users.
(True/False)
4.8/5
(32)
Distributed environments can be used to support transaction processing,but not data warehousing.
(True/False)
4.7/5
(34)
Prior to the final DBMS selection process,the top two or three candidates should be evaluated against a set of benchmarks.
(True/False)
4.8/5
(35)
The SQL:2003 statement to create a user role that is allowed to assign their role to another user is ________________________.
(Short Answer)
4.8/5
(31)
The following three SQL statements are executed one after the other.
SQL#1:
CREATE VIEW Payroll
SELECT EmpName, Salary, Status
FROM Employee
Where Job NOT IN ('Manager', 'Supervisor')
SQL#2:
GRANT SELECT, UPDATE ON Payroll
To Personnel1, Personnel2
SQL#3:
REVOKE UPDATE on Payroll From Personnel2
-After execution of the commands SQL#1,SQL#2,and SQL#3,a member of the user group Personnel2 may:
(Multiple Choice)
4.9/5
(41)
One method to ensure data integrity that involves row conditions on columns of the same table is to use a __________ constraint in the CREATE TABLE statement.
(Short Answer)
4.9/5
(37)
In distributed database environments,the word "distributed" refers to the fact that database administration responsibilities may be distributed among various database administrators.
(True/False)
5.0/5
(32)
One of the main problems with the independent development of separate operational databases is that decision-making information for the overall organization is not readily available.
(True/False)
4.8/5
(33)
For remotely stored procedures and functions,when ____________________ dependency maintenance is used,the DBMS will recompile a dependent object when any change is made to the referenced objects.
(Short Answer)
4.8/5
(35)
Tables with the names USERS,DOMAINS,COLUMNS,and REFERENTIAL_CONSTRAINTS would be examples of important ________________________ found in the SQL:2003 Definition_Schema.
(Short Answer)
4.8/5
(32)
Showing 21 - 40 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)