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

query on hr schema – SEO

I am new to SQL and am practicing on the HR schema available on Oracle 10g XE. This is the question: Write a query to select the name, job, and salary and department number of all employees except Sales Rep…

VIEW QUESTION
Back To Top
Search