...

/

Challenge: Implement Business Logic

Challenge: Implement Business Logic

Complete this hands-on exercise to test your knowledge of business logic implementation.

Problem statement

Writing SQL involves business logic. Write a query to compute an album’s storage size using the bytes column in the track table.

Here’s what ...