0
2) You want to make a complete list of the animals for the zoo’s visitors. Write a query to output a new table with each animal'
I am write this quary but answers wrong so suggest me answers select a.name,a.type,c.country from animals a inner join countries c on a.country_id = c.id order by c.id desc,c.country desc
1 Respuesta
+ 1
ankit ,
can you show your attempt please?
thanks!