Solution: Create Queries in Ecto
Go over the solution to the "Create Queries in Ecto" problem.
We'll cover the following...
Solution
We build the query using Ecto.Query
API. An artist’s name is given and we look up all of the ...