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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!