Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Oracle SQLPlus: Using single DML statements. Delete all the tuples from all the tables pertaining to the movie When Harry Met Sally i have tried

Oracle SQLPlus:

Using single DML statements. Delete all the tuples from all the tables pertaining to the movie When Harry Met Sally

i have tried using the following syntax but i get error: command not properly ended at line 2 "LEFT JOIN ROLE AS mr" any help is appreciated, also below is the contents of the table

DELETE FROM MOVIE LEFT JOIN ROLE AS mr ON MOVIE.Id = ROLE.m_Id LEFT JOIN STAR ON mr.s_Id = STAR.Id WHERE MOVIE.Title = 'When Harry met Sally' ;

s_id refers to talbe star

m_id refers to table movie

image text in transcribed

Movie title Castawa You Got Mail City of Angels budget 90000000 65000000 66000000 25000000 id rating PG-13 PG PG-13 PG-13 genre Drama Romance Horror Romance 4 When Harry Met Sall Role m id character name Chuck Noland Joe Fox Kathleen Kell Maggie Rice Cassiel Seth Sall Harr 2 2 4 2 4 Star Salary 8000000 10500000 15000000 7000000 id name Tom Hanks Meg Ryan birth year 1956 1961 1964 1948 gender Male Female Male Male Nicolas Cage 4 Billy Crystal

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

What Is A Database And How Do I Use It

Authors: Matt Anniss

1st Edition

1622750799, 978-1622750795

More Books

Students also viewed these Databases questions