lab 3 (how to write these )

Question Description

— 9. For each track with genreid = 9, list the track name, album title, and artist name sorted by artist, then album, then track.

— 10. Modify number 9 to add the Name from the MediaType table to the display.

— 11. For every track in the Playlist named “Grunge”, list the TrackName, Album Title, and Artist Name. Sort by artist name and then album title.

— 12. For each track with GenreId = 2, list the trackId, name, unitprice and if the trackid has a match in the Invoiceline table, list the InvoiceId.

— 13. Use the UNION operator to combine 2 queries. The first query will select the trackid and track name plus a value of ‘Comedy’ for all tracks with a genreId = 22. The second query will select the trackid and track name plus a value of ‘Drama’ for all tracks with a genreId = 21.

— 14. Create a list of the album titles (list each title only 1 time) that contain a track in the Electronica/Dance genre.

— 15. Create a list of the artist names (list each artist only 1 time) for albums that contain a track in the R&B/Soul genre.

— 16. Create a list of all customers who live in the same city and country. List the city, country, and both customer first and last names. Be sure to eliminate all duplicate lines. (self-join)

Get your college paper done by experts

Do my question How much will it cost?

Place an order in 3 easy steps. Takes less than 5 mins.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *