Filters
Question type

Study Flashcards

The application development component provides functionalities to the developers of:


A) Database models
B) Security and backup procedures
C) Data dictionaries
D) Front-end applications

E) B) and D)
F) C) and D)

Correct Answer

verifed

verified

What is a checkpoint?

Correct Answer

verifed

verified

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 the purpose of the ROLLBACK command?

Correct Answer

verifed

verified

The ROLLBACK command...

View Answer

What is a single-user DBMS?

Correct Answer

verifed

verified

In a single-user DBMS,the data...

View Answer

The DCL commands are used by the business end users of a database system.

A) True
B) False

Correct Answer

verifed

verified

False

Regular monitoring helps the DBA recognize instances when maintenance activities are needed.

A) True
B) False

Correct Answer

verifed

verified

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 \begin{array} { l l c l } \text { CLIENT } & & \\ \text { ClientlD } & \text { ClentName } & \text { CientAgent } & \text { ClientSpouseName } \\ \text { C111 } & \text { Tom } & \text { A1 } & \text { Jenny } \\ \text { C212 } & \text { Kanin } & A 1 & \text { Bil } \\ \text { C333 } & \text { Cole } & A 2 & \text { Amy } \\ \text { C444 } & \text { Dorothy } & A 2 & \\ \text { C555 } & \text { Anay } & A 3 & \text { Ams } \\ \text { C666 } & \text { Tina } & A 3 & \text { Mait } \\ \text { C777 } & \text { Christina } & A 4 & \text { Mike } \end{array} AGENT  AgentID  AgentName  AgentArea  AgentRating  AgentYearoffire SupervisedBy  A1  Kate 11011990 A2  Amy 2922009 Al  A3  Luke 31001992 A4  James 3902010 A3\begin{array} { l l c l c c } \text { AgentID } & \text { AgentName } & \text { AgentArea } & \text { AgentRating } & \text { AgentYearoffire SupervisedBy } \\ \text { A1 } & \text { Kate } & 1 & 101 & 1990 & \\ \text { A2 } & \text { Amy } & 2 & 92 & 2009 & \text { Al } \\ \text { A3 } & \text { Luke } & 3 & 100 & 1992 & \\ \text { A4 } & \text { James } & 3 & 90 & 2010 & \mathrm {~A} 3 \end{array} AREA  ArealD  AreaName  AreaHQ 1 East  Boston 2 West  San Francisco 3 Central  Chicago \begin{array}{lll}\text { ArealD } & \text { AreaName } & \text { AreaHQ } \\1 & \text { East } & \text { Boston } \\2 & \text { West } & \text { San Francisco } \\3 & \text { Central } & \text { Chicago }\end{array} 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;


A) 2
B) 3
C) 10
D) 13

E) All of the above
F) B) and C)

Correct Answer

verifed

verified

What is the purpose of the data definition component of a DBMS?

Correct Answer

verifed

verified

The data definition component is used by...

View Answer

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 \begin{array} { l l c l } \text { CLIENT } & & \\ \text { ClientlD } & \text { ClentName } & \text { CientAgent } & \text { ClientSpouseName } \\ \text { C111 } & \text { Tom } & \text { A1 } & \text { Jenny } \\ \text { C212 } & \text { Kanin } & A 1 & \text { Bil } \\ \text { C333 } & \text { Cole } & A 2 & \text { Amy } \\ \text { C444 } & \text { Dorothy } & A 2 & \\ \text { C555 } & \text { Anay } & A 3 & \text { Ams } \\ \text { C666 } & \text { Tina } & A 3 & \text { Mait } \\ \text { C777 } & \text { Christina } & A 4 & \text { Mike } \end{array} AGENT  AgentID  AgentName  AgentArea  AgentRating  AgentYearoffire SupervisedBy  A1  Kate 11011990 A2  Amy 2922009 Al  A3  Luke 31001992 A4  James 3902010 A3\begin{array} { l l c l c c } \text { AgentID } & \text { AgentName } & \text { AgentArea } & \text { AgentRating } & \text { AgentYearoffire SupervisedBy } \\ \text { A1 } & \text { Kate } & 1 & 101 & 1990 & \\ \text { A2 } & \text { Amy } & 2 & 92 & 2009 & \text { Al } \\ \text { A3 } & \text { Luke } & 3 & 100 & 1992 & \\ \text { A4 } & \text { James } & 3 & 90 & 2010 & \mathrm {~A} 3 \end{array} AREA  ArealD  AreaName  AreaHQ 1 East  Boston 2 West  San Francisco 3 Central  Chicago \begin{array}{lll}\text { ArealD } & \text { AreaName } & \text { AreaHQ } \\1 & \text { East } & \text { Boston } \\2 & \text { West } & \text { San Francisco } \\3 & \text { Central } & \text { Chicago }\end{array} 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;


A) 2
B) 3
C) 10
D) 13

E) C) and D)
F) A) and D)

Correct Answer

verifed

verified

The data definition DBMS component uses the SQL commands from the DDL category.

A) True
B) False

Correct Answer

verifed

verified

What is the purpose of the data administration component of a DBMS?

Correct Answer

verifed

verified

The database administration component is...

View Answer

What is the purpose of the data manipulation component of a DBMS?

Correct Answer

verifed

verified

The data manipulation componen...

View Answer

The data dictionary created by the ________ is often referred to as the catalog.


A) TCL
B) DML
C) DCL
D) DBMS

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

In a role-based access control system,the membership of users in roles cannot change.

A) True
B) False

Correct Answer

verifed

verified

What is query optimization?

Correct Answer

verifed

verified

Query optimization refers to examining multiple ways of executing the same query and choosing the fastest option.

What is an encryption key?

Correct Answer

verifed

verified

An encryption key is a scrambling algori...

View Answer

What number will the following query in the HAPPY INSURANCE database return? SELECT count (DISTINCT column_name) FROM user_tab_columns;


A) 2
B) 3
C) 10
D) 13

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

What is the difference between accidental misuse and malicious data updates?

Correct Answer

verifed

verified

Accidental misuse refers to data updates...

View Answer

The data definition component is a part of every DBMS package.

A) True
B) False

Correct Answer

verifed

verified

What is a common purpose for all database policies and standards?

Correct Answer

verifed

verified

A common purpose for all datab...

View Answer

Showing 1 - 20 of 42

Related Exams

Show Answer