Exam 6: Database Implementation and Use
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
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 SET-TO-NULL 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 (A4,James,3,90,2010,A3)from AGENT?
(Multiple Choice)
4.8/5
(46)
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 (A4,James,3,90,2010,A3)from AGENT?
(Multiple Choice)
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 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.
-Assume a form is created for HAPPY INSURANCE database where a user can perform the following action:
A user highlights value A1 in the first row of the CLIENT table and changes it to A4.
Write the SQL statement that will be issued on the user's behalf based on this action.
(Essay)
4.8/5
(46)
Which of the following describes the timeliness data quality characteristic?
(Multiple Choice)
4.9/5
(42)
Describe the delete restrict option (for implementing a referential integrity constraint).
(Essay)
4.8/5
(35)
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 CASCADE 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)
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 CREATE TABLE statements for HAPPY INSURANCE database for the table CLIENT (assume that non-primary key columns can be optional)with the DELETE SET-TO-NULL and UPDATE CASCADE option for its referential integrity constraint.
(Essay)
4.8/5
(38)
Which of the following describes the accuracy data quality characteristic?
(Multiple Choice)
4.9/5
(27)
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.
-Assume a form is created for HAPPY INSURANCE database where a user can perform the following action:
A user highlights the first row of the CLIENT table and presses the delete key on the keyboard.
Write the SQL statement that will be issued on the user's behalf based on this action.
(Essay)
4.9/5
(41)
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.
-Assume a data-entry form for HAPPY INSURANCE database is created where a user can perform the following data-entry action:
ENTER AREA ID: 4 (<--- Entered by the user)
ENTER AREA NAME: South (<--- Entered by the user)
ENTER AREA HQ: Atlanta (<--- Entered by the user)
Write the SQL statement that will be issued on the user's behalf based on this action.
(Essay)
4.7/5
(46)
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 CREATE TABLE statements for HAPPY INSURANCE database for the table AGENT (assume that non-primary key columns can be optional)with the user defined constraint specifying that the agent rating must be between 50 and 150.
(Essay)
4.7/5
(35)
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.
-Assume a search form for HAPPY INSURANCE database is created where a user can perform the following action:
ENTER AREA ID:
ENTER AREA NAME:
ENTER AREA HQ:
ENTER AgentID:
ENTER AgentName:
ENTER AgentArea: 3 (<--- Entered by the user)
ENTER AgentRating:
ENTER AgentYearOfHire:
ENTER SupervisedBY:
(User clicks on the search button upon entering the value above. )
Write the SQL statement that will be issued on the user's behalf based on this action.
(Short Answer)
4.9/5
(40)
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 SET-TO-DEFAULT 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 delete the last record (A4,James,3,90,2010,A3)from AGENT?
(Multiple Choice)
4.7/5
(28)
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 CASCADE option on the referential integrity constraint betweenCLIENT and AGENT in the HAPPY INSURANCE database,what will be the outcome after aUser tries to delete the last record (A4,James,3,90,2010,A3)from AGENT?
(Multiple Choice)
4.8/5
(33)
Showing 41 - 55 of 55
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)