0
alguien me puede ayudar con este modulo?
el modulo es "Zoologico" de SQL nose como insertar el modulo aqui :(
2 Réponses
+ 1
The exercise needs two SQL statements. The first statement should end with a semicolon ";".
1. INSERT INTO.
Review INSERT INTO syntax https://www.sololearn.com/learning/1868/7
2. SELECT with an INNER JOIN between two tables and ORDER BY to sort.
Review SELECT syntax https://www.sololearn.com/learning/1850/
Review INNER JOIN syntax https://www.sololearn.com/learning/1866/
Review ORDER BY syntax https://www.sololearn.com/learning/1854/
+ 2
Thks