Exam 6: Database Implementation and Use

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Describe the update set-to-default option (for implementing a referential integrity constraint).

(Essay)
4.9/5
(34)

Which of the following describes the completeness data quality characteristic?

(Multiple Choice)
5.0/5
(23)

ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far. CURRENTLY ENROLLED STUDENTS (YEAR 2013) ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far.  CURRENTLY ENROLLED STUDENTS (YEAR 2013)     This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -Observe the three records below that are NOT YET entered in the table CURRENTLY ENROLLED STUDENTS.(Assume all the shown values in all three records are correct. )       Which of these three records that are not yet entered should be entered into the table CURRENTLY ENROLLED STUDENTS in order to avoid the timeliness problem? This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -Observe the three records below that are NOT YET entered in the table CURRENTLY ENROLLED STUDENTS.(Assume all the shown values in all three records are correct. ) ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far.  CURRENTLY ENROLLED STUDENTS (YEAR 2013)     This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -Observe the three records below that are NOT YET entered in the table CURRENTLY ENROLLED STUDENTS.(Assume all the shown values in all three records are correct. )       Which of these three records that are not yet entered should be entered into the table CURRENTLY ENROLLED STUDENTS in order to avoid the timeliness problem? ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far.  CURRENTLY ENROLLED STUDENTS (YEAR 2013)     This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -Observe the three records below that are NOT YET entered in the table CURRENTLY ENROLLED STUDENTS.(Assume all the shown values in all three records are correct. )       Which of these three records that are not yet entered should be entered into the table CURRENTLY ENROLLED STUDENTS in order to avoid the timeliness problem? ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far.  CURRENTLY ENROLLED STUDENTS (YEAR 2013)     This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -Observe the three records below that are NOT YET entered in the table CURRENTLY ENROLLED STUDENTS.(Assume all the shown values in all three records are correct. )       Which of these three records that are not yet entered should be entered into the table CURRENTLY ENROLLED STUDENTS in order to avoid the timeliness problem? Which of these three records that are not yet entered should be entered into the table CURRENTLY ENROLLED STUDENTS in order to avoid the timeliness problem?

(Multiple Choice)
4.8/5
(35)

Describe the delete set-to-null option (for implementing a referential integrity constraint).

(Essay)
4.8/5
(40)

ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far. CURRENTLY ENROLLED STUDENTS (YEAR 2013) ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far.  CURRENTLY ENROLLED STUDENTS (YEAR 2013)     This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -If the office worker inserts the record below into the table CURRENTLY ENROLLED STUDENTS,which problem will occur? (Assume that all the dates in the record below are correct. )  This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -If the office worker inserts the record below into the table CURRENTLY ENROLLED STUDENTS,which problem will occur? (Assume that all the dates in the record below are correct. ) ARC UNIVERSITY Observe the following scenario in ARC UNIVERSITY,taking place in 2013.An office worker was given a task to enter into a table all currently enrolled students at ARC UNIVERSITY.He just started and so far he has correctly entered five records,shown in the table CURRENTLY ENROLLED STUDENTS.There are no errors in any of the five records entered so far.  CURRENTLY ENROLLED STUDENTS (YEAR 2013)     This scenario will be used for the following questions citing table CURRENTLY ENROLLED STUDENTS. -If the office worker inserts the record below into the table CURRENTLY ENROLLED STUDENTS,which problem will occur? (Assume that all the dates in the record below are correct. )

(Multiple Choice)
4.8/5
(33)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Matt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces a DELETE RESTRICT option on the referential integrity constraint between CLIENT and AGENT in the HAPPY INSURANCE database,what will be the outcome after aUser tries to delete the last record (C777,Christina,A4,Mike)from CLIENT?

(Multiple Choice)
4.9/5
(33)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Madt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces in the HAPPY INSURANCE database a DELETE RESTRICT option on the referential integrity constraint between AREA and AGENT,and a DELETE CASCADE between AGENT and CLIENT,the first record in the table AREA can be deleted.

(True/False)
4.9/5
(30)

What is a trigger?

(Essay)
4.8/5
(33)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Madt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces in the HAPPY INSURANCE database a DELETE RESTRICT option on the referential integrity constraint between AGENT and AGENT (i.e. ,circular referential integrity constraint for table AGENT)in the HAPPY INSURANCE database,and a DELETE CASCADE between AGENT and CLIENT,the second record in the table AGENT can be deleted.

(True/False)
4.7/5
(33)

Mandating instantaneous entry of all new data is an example of a preventive data quality action.

(True/False)
4.8/5
(38)

What are preventive data quality actions?

(Essay)
4.9/5
(25)

What is the purpose of an index?

(Essay)
4.8/5
(39)

Describe the delete set-to-default option (for implementing a referential integrity constraint).

(Essay)
4.9/5
(36)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Madt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces in the HAPPY INSURANCE database an UPDATE RESTRICT option on the referential integrity constraint between AGENT and AGENT (i.e. ,circular referential referential integrity constraint for table AGENT)in the HAPPY INSURANCE database,and an UPDATE CASCADE between AGENT and CLIENT,value A1 in the second record in the table AGENT can be changed to A5.

(True/False)
4.8/5
(37)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Madt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces in the HAPPY INSURANCE database a DELETE RESTRICT option on the referential integrity constraint between AGENT and AGENT (i.e. ,circular referential integrity constraint for table AGENT)in the HAPPY INSURANCE database,and a DELETE CASCADE between AGENT and CLIENT,the first record in the table AGENT can be deleted.

(True/False)
4.9/5
(37)

Which of the following describes the conformity data quality characteristic?

(Multiple Choice)
4.9/5
(38)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Madt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces in the HAPPY INSURANCE database a DELETE RESTRICT option on the referential integrity constraint between AREA and AGENT,and a DELETE CASCADE between AGENT and CLIENT,the first record in the table AGENT can be deleted.

(True/False)
4.8/5
(33)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Matt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearOfHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 A1 A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -Show the SQL statement that will for HAPPY INSURANCE database create and index on the ClientName column of the table CLIENT.

(Essay)
4.9/5
(32)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Madt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces in the HAPPY INSURANCE database an UPDATE RESTRICT option on the referential integrity constraint between AGENT and AGENT (i.e. ,circular referential integrity constraint for table AGENT)in the HAPPY INSURANCE database,and an UPDATE CASCADE between AGENT and CLIENT,value A1 in the first record in the table AGENT can be changed to A5.

(True/False)
4.9/5
(38)

HAPPY INSURANCE Observe the HAPPY INSURANCE DATABASE: CLIENT ClientID ClientName CientAgent ClientSpouseName C111 Tom A1 Jenny C222 Kain A1 Bill C333 Cole A2 Amy C444 Dorothy A2 C555 Anay A3 Amy C666 Tina A3 Matt C777 Christina A4 Mike AGENT AgentID AgentName AgentArea AgentRating AgentYearofHire SupervisedBy A1 Kate 1 101 1990 A2 Amy 2 92 2009 Al A3 Luke 3 100 1992 A4 James 3 90 2010 A3 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. -If a DBMS enforces an UPDATE RESTRICT option on the referential integrity constraint between CLIENT and AGENT in the HAPPY INSURANCE database,what will be the outcome after a User tries to change the AgentID value in the last record to A5?

(Multiple Choice)
4.9/5
(43)
Showing 21 - 40 of 55
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)