Transcript text: Use the following data model for this question:
Fish table
fishuid
name
Daily catch table
catchidd
date
Fish_Catch table
fish_catchidid
catchid
fishuid
Which of the following is a situation where a FULL OUTER JOIN could be useful?
When a fisherman wants to see only fish in the database that they have caught
When a fisherman wants to see all fish in the database, including those that they have caught before and those that they have not caught before
When a fisherman wants to see only the fish that they have NOT caught
When a fisherman wants to see the fish that belong to a certain species