...

/

Challenge: Managing the Output in SQL

Challenge: Managing the Output in SQL

Test your understanding of SQL by completing a challenge focused on managing the output.

Problem statement

Write a query to list all the records having less than 2,000,000 bytes (size) of an album. Compute an album’s storage size using the bytes column in the track table and apply ...