Exam 10: Overview of Dbms Functionalities and Database Administration
Exam 1: Introduction57 Questions
Exam 2: Database Requirements and ER Modeling100 Questions
Exam 3: Relational Database Modeling100 Questions
Exam 4: Update Operations, update Anomalies, and Normalization100 Questions
Exam 5: SQL100 Questions
Exam 6: Database Implementation and Use55 Questions
Exam 7: Data Warehousing Concepts48 Questions
Exam 8: Data Warehouse and Data Mart Modeling100 Questions
Exam 9: Data Warehouse Implementation and Use50 Questions
Exam 10: Overview of Dbms Functionalities and Database Administration42 Questions
Select questions type
What is a checkpoint?
Free
(Essay)
4.8/5
(31)
Correct Answer:
A checkpoint is a part of a recovery log.When a checkpoint is created,all updates recorded in the recovery log-and as a result any updates to data stored in memory-are written to the database in the data file on the disk.
What is query optimization?
Free
(Essay)
4.9/5
(30)
Correct Answer:
Query optimization refers to examining multiple ways of executing the same query and choosing the fastest option.
The DCL commands are used by the business end users of a database system.
Free
(True/False)
4.9/5
(29)
Correct Answer:
False
What number will the following query in the HAPPY INSURANCE database return?
SELECT count (DISTINCT column_name)
FROM user_tab_columns;
(Multiple Choice)
5.0/5
(33)
What is the difference between accidental misuse and malicious data updates?
(Essay)
4.9/5
(35)
HAPPY INSURANCE
Observe the HAPPY INSURANCE DATABASE:
CLIENT ClientlD ClentName CientAgent ClientSpouseName C111 Tom A1 Jenny C212 Kanin A1 Bil C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Ams C666 Tina A3 Mait C777 Christina A4 Mike
AGENT
AgentID AgentName AgentArea AgentRating AgentYearoffire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 3
AREA
ArealD AreaName AreaHQ 1 East Boston 2 West San Francisco 3 Central Chicago
This database will be used for the following questions citing tables from the HAPPY INSURANCE database.
-How many records will the following query in the HAPPY INSURANCE database return?
SELECT table_name,column_name
FROM user_tab_columns;
(Multiple Choice)
4.9/5
(41)
The application development component provides functionalities to the developers of:
(Multiple Choice)
4.8/5
(34)
HAPPY INSURANCE
Observe the HAPPY INSURANCE DATABASE:
CLIENT ClientlD ClentName CientAgent ClientSpouseName C111 Tom A1 Jenny C212 Kanin A1 Bil C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Ams C666 Tina A3 Mait C777 Christina A4 Mike
AGENT
AgentID AgentName AgentArea AgentRating AgentYearoffire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 3
AREA
ArealD AreaName AreaHQ 1 East Boston 2 West San Francisco 3 Central Chicago
This database will be used for the following questions citing tables from the HAPPY INSURANCE database.
-How many records will the following query in the HAPPY INSURANCE database return?
SELECT DISTINCT table_name
FROM user_tab_columns;
(Multiple Choice)
4.9/5
(28)
Regular monitoring helps the DBA recognize instances when maintenance activities are needed.
(True/False)
4.9/5
(30)
The data dictionary created by the ________ is often referred to as the catalog.
(Multiple Choice)
4.9/5
(46)
The data definition DBMS component uses the SQL commands from the DDL category.
(True/False)
4.8/5
(29)
In a role-based access control system,the membership of users in roles cannot change.
(True/False)
4.9/5
(38)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)