Working with SQL NULL values | Null Handling Functions

preview_player
Показать описание
In this video we will be talking about SQL NULL values. Following aspects will be covered :
1- How to filter null values
2- How to handle null values
3- ISNULL and COALESCE functions
4- How aggregate functions handle nulls
5- how to insert nulls into a table.
Рекомендации по теме
Комментарии
Автор

It is a tradition on youtube that many channels do not get number of subscribers and views that they actually deserve. Your sql videos are among the best ones in terms of their quality and hardness

denizcantasdelen
Автор

On this auspicious event of Teachers Day, I would like to wish you Happy Teachers Day. Your Videos are invaluable and thanks to your You Tube channel, that many like me are feeling confident with SQL since the last 3-4 months.

tupaiadhikari
Автор

Yours Video, Certainly attracts the audience 👍as well as proven to be the KEY to understand the conecpts from "0 to strong exception" handilng data, to helped many of Data Professionals like me.
Thanks for putting efforts to create this Video

pradeepca
Автор

Your videos are amazing 🤩, Extremely sleek and explanation is very clear

lokeshvaishnav
Автор

How to handle null values if it's present in 1 million number of records of data?.

nipunshetty
Автор

Hello Ankit jee, i have scenerio that i have forex data table where i have some missing dates in a week and missing data for complete whole week in a month. I want to find all the missing dates in fact table and generate the data and fill the data from previous filled value. how can i achive

guddu
Автор

Hi, I have been following your videos for quite a long time. Need some advice from you I come from a non IT background thus a novice programmer want to get into field of data analytics and data science. Please guide me.

agrim
Автор

Ankit, could you please put a video on Index, Cluster index and Non-Cluster Index with real time example questions for better understanding. Thanks.

mahesh
Автор

Hello ankit,
I tried adding more rows will null values in them and then run the coalesce function but is returns only the first value in all 3 nulls instead of different values.
Am I understanding it wrong?
Here is my code :
Select *, isnull(age, 8), coalesce(age, 9, 10)
from customer

parthchadha
Автор

will these expressions be same for oracle pl/sql or specifically only for t-sql

prabhavpushkar
Автор

When I use ISNULL(salary, 0)
It's not passing the value 0 to my empty fields 😊

hansonchrist
Автор

The content is too good but there is a lot of background noise also in between the video

praveenbhandari