CASE STATEMENT IN SQL WITH 3 EXAMPLES | SQL TUTORIAL FOR BEGINNERS

preview_player
Показать описание
Case statements in sql
Update with CASE in sql
Рекомендации по теме
Комментарии
Автор

After going through uncountable youtube channel about sql finally found the best one.

mayankdeopa
Автор

Very Good Explanation very much clear now!!

shrutikajagtap
Автор

good job madam, nice and easiest way of explanation and it will give an idea about the topic in few minutes and it definitely helpful for the freshers

rpvadla
Автор

Thank you for wonderful explaination. Can you please make a video on how to swap value with the help of case statement.

Select CASE when crackconcept= agree THEN ‘yaayy thank you’
ELSE ‘please make a video’
END as message from crackconcept

rahulkapoor
Автор

Superb👍🏻👍🏻.... Pls upload variety of vdos for Your teaching is superb

madhavimhatre
Автор

good explination mamm ..update more videos mam tq

BeliveeJESUS
Автор

Nice explanation Madam 👌. Your sql videos are very useful for me 👍.

bose
Автор

Thank you so much..please do more videos..expecting daily one video..

MadhuSudhan-nnbd
Автор

Your channel is really really helpful to me thanks so much Madam

nareshc
Автор

Nice concept, , & more scenario video plz post ...con_statement..

naveens
Автор

How can we add -ve and +ve value of column separately and how can we add few value of column and check sum is less than 1000 or not

RaviKumar-lgqp
Автор

Hey, just curious are you a student or a working professional? Thanks

kashifumer
Автор

I have a question, if we evaluate the first 'when condition' and it was satisfied, do we evaluate the other 'when' conditions or execution is terminated .

Thanks!

abdullahmohammad
Автор

Can we write subquery in case when statement

Pandimoori_krish
Автор

Can we use Subqueries in CASE STATEMENT?

ranjankumar-ungb
Автор

Hi ..u publish any book for SQL and etl tesing

muddarlasreelakshmi
Автор

You should become a teacher! What a wonderful explanation

bhavikshah
Автор

in case you liked the video😊. thank you . its helpfull

ganeshbandgar
Автор

Hii mam..
What types of questions should I prepare for interview as a fresher..pls help..

SouravKumarr
Автор

Write a query to display EMPLOYEES having ID 101, 102, 103 as per the
below order: 1. 101, 2. 103, 3. 102 (Hint: Union Operator / Case Statement)
QUERY

BRAloni