Question

PART II: Answer 4 of the 5 problems from this part (13 pts each; 52 pts total) important Fil out the box accompanying each pr
0 0
Add a comment Improve this question Transcribed image text
Answer #1

ANS1:

Select distinct(name) from person where person_id IN (select person_id from oscar where year between 1980 and 1990);

ANS2:

Select name,runtime from movie where runtime = (select max(runtime) from movie) and rating='R%';

ANS3:

In the above database, if we want to join table Director and Actor,there arises a conflict of movie_id as this column is present in both tables.This may arise duplicacy or other problem.But with the help of outer join the column movie_id is select only once as this lies in intersection area of both tables.

Add a comment
Know the answer?
Add Answer to:
PART II: Answer 4 of the 5 problems from this part (13 pts each; 52 pts total) important Fil out the box accompanying each problem to indicate if it should be graded If you leave the boxes blank,...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT