Below I put an example that I did in excel. How does a select
change the values of the inf_musicas
table by the value of the other corresponding tables?
NOTE: I know the basics of SQL, I know it uses inner JOIN
or it can also be done with exists
and it still has a third way. The problem is that I only know how to do it with two tables and not like that. Can anyone show me what a SELECT
query would look like to do what I want?
Thank you