Exercise: Create Queries in Ecto
Explore how to write Ecto queries that retrieve all albums associated with a given artist. Understand how to construct and execute efficient database queries in Elixir to solve real coding challenges.
We'll cover the following...
We'll cover the following...
Problem statement
When given a name of an artist, we want to be ...