Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Seven NoSQL Databases In A Week Get Up And Running With The Fundamentals And Functionalities Of Seven Of The Most Popular NoSQL Databases

Authors: Aaron Ploetz ,Devram Kandhare ,Sudarshan Kadambi ,Xun Wu

1st Edition

1787288862, 978-1787288867

More Books

Students also viewed these Databases questions

Question

c. Will leaders rotate periodically?

Answered: 1 week ago

Question

b. Will there be one assigned leader?

Answered: 1 week ago