Hey! Mohamed here, from Sierra Leone🇸🇱. I am currently pursuing my dream of becoming a data scientist, aiming to empower businesses to make smarter, data-driven decisions. Who's with me on this data quest? Let's connect and level up together! #DataScience#SQL#SaloneX
NULL means unknown / missing.
SQL’s rule is: you can’t compare something to NULL using = or !=.
salary = NULL;
This query basically returns zero rows.
While the latter will properly return all rows where salary is NULL.
Hey! Mohamed here, from Sierra Leone🇸🇱. I am currently pursuing my dream of becoming a data scientist, aiming to empower businesses to make smarter, data-driven decisions. Who's with me on this data quest? Let's connect and level up together! #DataScience#SQL#SaloneX
Another day into my #SQL Learning Journey
Today, I explored one of the most useful (but underrated) features in SQL — VIEWS.
#DataScience#SaloneX#LearningJourney
It’s one thing to learn SQL and getting questions to practice your skill may be the challenge.
This is a long thread of websites to find SQL practice question across various topics.
You are welcome. Retweet for others.