Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Week 2 Performance Assessment: Transaction and Data Dictionary The following questions come from the Check your understanding examples of each section of Chapter 5 in
Week Performance Assessment: Transaction and Data Dictionary
The following questions come from the Check your understanding examples of each section of Chapter in your textbook.
After you are finished, please submit a Microsoft Word file that contains screenshots of the SQL queries, resulting output, and contains a comment in the queries showing your name. Your document should be named
WPATransactionDataDictionaryLastname.docx.
Question :
Write a script that does the following:
Turn off Autocommit
Insert a new row into secdepartments
Save this change by issuing a commit command
Insert another new row into secdepartments
Undo this change by issuing a rollback command
Display all the rows in secdepartments
Question :
Write a script that does the following:
Turn off Autocommit
Insert a new row into secsavingsaccounts with all of data from the seccheckingaccounts table for customer 'BOB WILKINS
Delete customer 'BOB WILKINS' data from the seccheckingaccounts table
Commit these changes
Question :
Write a script that does the following:
Turn off Autocommit
Update secsavingsaccounts to decrease the balance of customer 'FRED BOYD' by $
Update seccheckingaccounts to increase the balance of customer 'FRED BOYD' by $
Display all rows in secsavingsaccounts
Display all rows in seccheckingaccounts
Rollback these changes
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started