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
Given the tremendously expanding interest in Internet commerce,the importance of transaction processing is projected to diminish.
(True/False)
4.8/5
(35)
Rules which are stored in the database security system defining authorized users,allowable operations and accessible parts of the database are called _______________________.
(Short Answer)
4.9/5
(36)
The SQL:2003 ____________________ statement allows you to define a new data type as a subset of a standard data type.
(Short Answer)
4.9/5
(37)
One of the responsibilities of the data administrator is to monitor the performance of the enterprise's databases.
(True/False)
4.9/5
(39)
A(n)___________________ is a special database provided by the DBMS that tracks tables,columns,assertions,indexes,and other objects that are managed by the DBMS.
(Short Answer)
4.9/5
(38)
The data dictionary of a relational database is organized as a:
(Multiple Choice)
5.0/5
(36)
The SQL:2003 Definition_Schema and Information_Schema have not been implemented by most DBMSs.
(True/False)
4.9/5
(38)
_____________________ is a term for the situation that exists in many organizations in which technology supports the local objectives of the organization but not the global objectives.
(Short Answer)
4.8/5
(40)
The protection of databases from unauthorized access and malicious destruction is generally known as ___________________.
(Short Answer)
4.9/5
(39)
SQL:2003 ASSERTIONS are more powerful than CHECK constraints because they are not associated with a specific table,and they can involve a SELECT statement of any complexity.
(True/False)
4.8/5
(39)
After execution of the commands SQL#1,SQL#2,and SQL#3,a member of the user group Personnel1 may:
(Multiple Choice)
4.8/5
(32)
Although a DBA writes stored procedures and triggers to help manage databases,the primary responsibilities for a DBA are to manage stored procedures and triggers,not to write them.
(True/False)
4.8/5
(37)
List the three components of the SQL:2003 GRANT statement: ______________________________
(Essay)
4.8/5
(35)
The process of developing enterprise models of an organization's data,processes,and roles is called _______________________.
(Short Answer)
4.8/5
(43)
Because benchmarks need to be specific to a particular organization's needs in order to be useful,an organization should develop their own benchmarks for DBMS evaluation.
(True/False)
4.8/5
(41)
Data that describes the source,use,value,and meaning of other data is known as ______________.
(Short Answer)
4.9/5
(36)
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 and SQL#2,a member of the user group Personnel2 may:
(Multiple Choice)
4.8/5
(33)
Showing 41 - 60 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)