Sololearn SQL Problem Answer

 SOLOLEARN SQL PROBLEM ANSWER


The Brain Booster




Sololearn SQL Full Course With Answer Free Certification Sololearn SQL Problem Answers & Certificate


Google DOCs Link

https://docs.google.com/document/d/1B_wOAIcuTAjOPoQ6GYKCI_4L9TtYQ5clxmeLzSmglf8/edit?usp=sharing


Sololearn SQL Full Course With Answer Free Certification Sololearn SQL Problem Answers & Certificate

1)  Cakes

SELECT*FROM Cakes
ORDER BY calories LIMIT 3;

2) Apartments

SELECT * FROM Apartments
WHERE  price >= (SELECT AVG(price) FROM Apartments ) 
ORDER BY price;

3)  Zoo

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 Countries.country;


🔽Sololearn All Video Series🔽

🛑 Sololearn Python For Beginners New Version Video
 ➡️https://youtu.be/OiVDEEG0ojU

🛑Sololearn Python For Beginners
 ➡️https://youtu.be/MrdYy6H2vPo

🛑 Sololearn Python Core
 ➡️https://youtu.be/mWFehGHzpTE

🛑 Sololearn Python For Data Science
 ➡️https://youtu.be/73qyEDFToPc

🛑 Sololearn Python For Data Structure
➡️https://youtu.be/SrzbVqrOLiE

🛑 Sololearn Intermediate Python
 ➡️https://youtu.be/075ogodsZJ0


Thanks You 
The Brain Booster






Post a Comment

0 Comments

Close Menu