Question: A transaction needs to be created for the activities this day. Create one transaction that will insert/update/delete the following information: Add the new book 8306
A transaction needs to be created for the activities this day. Create one transaction that will insert/update/delete the following information:
Add the new book 8306 written by author 26 to the wrote table. Sequence is 1.
Update the name of publisher code JT to J.P. Tarcher
Add book code 8306 to inventory. This book will be at branch 3 with 2 copies.
Display the contents of the transaction you typed in. Insert your snip here.
Display the contents of the new row in the wrote table. Insert your snip here.
Display the contents of the new row in the inventory table. Insert your snip here.
Display the contents of the updated row in the publisher table. Insert your snip here.
Its a sql question and its has to be done with stored procedure in sql.
I don't know how to attach a file.
It has to be done in sql language and has to be done in sql with transcation command.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
