Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi need help with mysql Link to northwind database on google drive below https://drive.google.com/open?id=1nBXFuujXudCjzyvQ282NWB3qZhXplvmr This script must not make lasting changes to the database. It

Hi need help with mysql

Link to northwind database on google drive below

https://drive.google.com/open?id=1nBXFuujXudCjzyvQ282NWB3qZhXplvmr

image text in transcribed

This script must not make lasting changes to the database. It should be re-runnable and produce the same results each time. You will need to delete from more than one table due to existing Foreign Key constraints. It is sort of a foreign key chain reaction example DO NOT HARD CODE ANY IDs in your queries Use the Northwind database Show the EmployeelD, Lastame, FirstName and Title of the employees whose last name starts with K Within a transaction, delete only the necessary rows to remove the employee whose last name starts with K Within the transaction, run the query from step (b) above to demonstrate the target row has been removed Now rollback any changes that have been made After the rollback, run the query from (b) to show that no permanent changes were made a. b. c. d. e. f. Here are the expected results EmployeelD LastName First Name Ttle King RobertSales Representative EmployeelD LastName FirstName Ttle EmployeelD LastName FirstName Ttle King Robert Sales Representative

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning PostgreSQL On The Cloud Simplifying Database As A Service On Cloud Platforms

Authors: Baji Shaik ,Avinash Vallarapu

1st Edition

1484234464, 978-1484234464

More Books

Students also viewed these Databases questions