Question

Saved Question 1 (20 points) List the names of responsible parties along with the artist name of the artist they are responsi
Question 5 (20 points) List each title from the Title table along with the name and phone of the studio where it was recorded
sQL PROGRAMMING There are seven tables in sql server. Use appropriate sql commands to dispay the required fields. I Windows I
Ode SO Dekp C b vlDesl csc0 Y hiegete un Serce Tea Teels Wdw Hele tie Ede cco cscn4 STOS sQ warheet y dese wwlsht Query ude S
STUDIOS sQ Worlsheet Hbry Warlaheet cacte Quary Bude Select from studios Query Res All Row Fetched 3n0 255scnds STUDIODSupION
UrvenDeskfopimysacso340 s Ede Edt Ynw Navigate un Seurce Team Jeas Windew Help cscH sQ Warlsheet Hbey STUDIOS Worlsheet Query
6 Orade SQL Developer CUseefabohOneDriveDesktopmy5OnCSC340 s Ele 14t Vinw Navigate Fun Seuece Team Teels Windew Help H l cscH
d sDe a csc l so wark H snesos ww Query Select Erom salespeople Query Rest Aoethd an SALESDPs ELSTE 1 Bob 2 Lisa 3 Clint Sanc
HOO IN To Roberto Alvarez Rt 1 MacArthuc51444 Vine Hat Chrisman 1772East 117th isvarren Bover Alam DE 3D Finney 2010 Dubois V
Deveoper C bDe Dtopmy 40 Ede Yw evgate un Seunce Team Teas Window Hrle l cscoag sQ washet r ACsco4 smcsos a walsheet Quey de


image.png
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question 1:

Select Respparty, ArtistName from Xrefartistsmembers inner join Artists on Xrefartistsmembers. ArtistID = Artists.ArtistID;

Question 2:

Select ArtistName, Count(MemberID) from Xrefartistsmembers inner join Artists on Xrefartistsmembers. ArtistID = Artists.ArtistID;

Question 3:

Select title,StudioName, ArtistName, Count(Tracks.TrackID) from Titles inner join Artists on Titles.ArtistID = Artists.ArtistID inner join Studios on Studios.StudioID = Titles.StudioID inner join Tracks on Tracks.TrackID = Titles.TitleID;

Question 4:

Select FirstName,LastName, count(Members.MemberID) from SalesPeople, Members;

Question 5:

Select title,StudioName, Phone from Titles inner join Studios on Studios.StudioID = Titles.StudioID;

Do ask if any doubt. Please upvote.

Add a comment
Know the answer?
Add Answer to:
Saved Question 1 (20 points) List the names of responsible parties along with the artist name...
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
  • please answer these queries. 1. List the artist name of the artists who do not have...

    please answer these queries. 1. List the artist name of the artists who do not have a webaddress and their leadsource is “Directmail” 2. List the names of members in the artist called 'Today'. 3. Report the total runtime in minutes FOR EACH album in the Titles table. 4.List the firstname, lastname of members who are represented by the salesperson “Lisa Williams” 5.List EACH salesperson’s firstname along with the number of Members that EACH SalesPerson represents. DROP TABLES IF EXISTS...

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