skip to Main Content

SQL request error – Artificial Intelligence

Good evening everyone, I'm working on a assignment and can't figure out the following, I have two tables: CREATE TABLE Rental ( rental_id DECIMAL(12) PRIMARY KEY, customer_id DECIMAL(12), movie_id DECIMAL(12), delivery_status VARCHAR(64), return_status VARCHAR(64)); and CREATE TABLE Movie ( movie_id…

VIEW QUESTION
Back To Top
Search