Challenge: Implement Business Logic
Complete this hands-on exercise to test your knowledge of business logic implementation.
We'll cover the following...
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 ...
Ask