Zoo project of SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Zoo project of SQL

Am not able to insert any value of the table

24th Jun 2022, 10:04 AM
KAMALRAJ V
KAMALRAJ V - avatar
10 Answers
+ 5
SoloProg , there are things that should be kept in mind: sololearn is learning platform, where people are encouraged trying to solve exercises. it makes no sense to give ready-made solutions, since the asker has not posted his attempt here. just copy, paste and use a given solution in this situation does not help the asker to improve his coding ability.
24th Jun 2022, 2:54 PM
Lothar
Lothar - avatar
+ 2
27th Jun 2022, 1:41 AM
😇🌟SWATI🌟😇
😇🌟SWATI🌟😇 - avatar
+ 1
I know
24th Jun 2022, 2:57 PM
KAMALRAJ V
KAMALRAJ V - avatar
+ 1
Thank U
24th Jun 2022, 2:57 PM
KAMALRAJ V
KAMALRAJ V - avatar
+ 1
SoloProg Pls stop giving finished code as answers. As I explained in the other answers, this defeats learning, which is the purpose of this app.
25th Jun 2022, 2:35 AM
Emerson Prado
Emerson Prado - avatar
+ 1
INSERT INTO Animals(name,type,country_id) VALUES ('Slim','Giraffe',1); SELECT Animals.name,Animals.type, countries.country FROM Animals INNER JOIN countries ON Animals.country_id = countries.id ORDER BY country; For zoo project of sql
26th Jun 2022, 6:30 AM
😇🌟SWATI🌟😇
😇🌟SWATI🌟😇 - avatar
+ 1
27th Jun 2022, 1:19 AM
Emerson Prado
Emerson Prado - avatar
0
Thank U ❤️
24th Jun 2022, 11:11 AM
KAMALRAJ V
KAMALRAJ V - avatar
0
Very useful
24th Jun 2022, 11:12 AM
KAMALRAJ V
KAMALRAJ V - avatar
24th Jun 2022, 10:20 AM
SoloProg
SoloProg - avatar