Question
Using a set operator create a query that will show those players who have not been assigned a team yet. Include in your query the
Using a set operator create a query that will show those players who have not been assigned a team yet. Include in your query the first and last name of the player. Your output should look like the following:
first_name last_name
--------------- -------------------------
Jacob Gregory
Jeff Gregory
Using a set operator create a query that will show those teams who have won games AND were also the home team. Order your output by team name. My output looked like the following:
teamname
---------------
Blue Jackets
Gold Dragons
Green Hornets
Purple Pilots
Red Devils
Silver Lions
Using a set operator create a query that will show those players who have not been assigned a team yet. Include in your query the first and last name of the player. Your output should look like the following:
first_name last_name
--------------- -------------------------
Jacob Gregory
Jeff Gregory
Using a set operator create a query that will show those teams who have won games AND were also the home team. Order your output by team name. My output looked like the following:
teamname
---------------
Blue Jackets
Gold Dragons
Green Hornets
Purple Pilots
Red Devils
Silver Lions
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started