Question: Module 1 2 - Concurrency Assignment Purpose: Identify potential conflicts in transactional processing, Identify potential deadlocks in transactional processing Using the music.sql script file provided,
Module Concurrency
Assignment Purpose: Identify potential conflicts in transactional processing, Identify potential deadlocks in transactional processing
Using the music.sql script file provided, create the Event schema Song Recordedby Artist:
SQL @music.sql
What to Submit DOCUMENTS
ONE document will be submitted that includes answers and screenshots
Assignment file there are a total of Questions as a ModLastnameFirstname.pdf
Include the questions numbered and in order
Include the following screenshots:
Both terminals when you log on
Both terminals after question
Both terminals after question
Both terminals after question
PART Directions Query Optimization
OPEN TWO separate terminal
Log on to
Oraclelinux.eng.fau.edu on each terminal
Connect to the database sqlplus usernamepassword
Change the line size to on each terminal
Execute the statements below, IN ORDER, observe, take screen shots, and answer the questions :
tableStepsTerminal Terminal DELETE from recordedby where songID ;DELETE from recordedby where songID ;COMMIT;,COMMIT;tableINSERT Into Artist values'RollingStones'Brian','Jones',;INSERT Into Artist values'Soundgarden','Chris','Cornell',;SELECT from Artist;,SELECT from Artist;ROLLBACK;SELECT from Artist;COMMIT;,SELECT from Artist;INSERT Into Song values'Black Hole Sun','Rock';INSERT Into Artist values'INXS','Michael','Hutchence',;INSERT Into Artist values'ACDC','Bon','Scott',;
tableINSERT Into Song values'Back in Black','Rock';ROLLBACK;,SELECT from Song;,SELECT from Artist;,SELECT from Song;SELECT from Artist;COMMIT
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
