Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Refer to the actor table of the Sakila database. The table in this lab has the same columns and data types but fewer rows. Start

Refer to the actor table of the Sakila database. The table in this lab has the same columns and data types but fewer rows.
Start a transaction and:
Insert a new actor with values 999, 'NICOLE', 'STREEP', '2021-06-0112:00:00'
Set a SAVEPOINT.
Delete the actor with first name 'CUBA'.
Select all actors.
Roll back to the savepoint.
Select all actors a second time.
The actor with first name 'CUBA' should appear in the second SELECT but not the first.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions