List the last and first names of all directors who have


Assignment: Multiple Table SQL Queries

Guided discovery for LEFT Join

The following code executes a LEFT JOIN:

SELECT DISTINCT movdir.dirnum, director.lastname, director.firstname

FROM director LEFT JOIN movdir ON director.dirnum = movdir.dirnum

List the last and first names of all directors who have directed only one movie.

List the movie titles that won both best actor and best actress awards.

Solution Preview :

Prepared by a verified Expert
Database Management System: List the last and first names of all directors who have
Reference No:- TGS01412481

Now Priced at $30 (50% Discount)

Recommended (99%)

Rated (4.3/5)