Posts by Diego Alves • 1 point
1 post
-
-2
votes1
answer57
viewsQ: where do I use left Join in this case? no msql
I need to put the left join in which case here you can tell me where the mistake is? select a.nome_artista, count(*) as numero_musicas from artista a, musica m where m.id_artista = a.id_artista…