SQL - Part 9 - Using Logical Operators (AND, OR, NOT)

preview_player
Показать описание
Join this channel to get access to perks:

In this video, I have explained and practically demonstrated using Logical Operators in SQL statements.
Рекомендации по теме
Комментарии
Автор

Can we use Not equal(<>) instead of Not (logical ooerator) in statement condition.Does this both are same.

harish
Автор

sir we can use AND OR logical operators in one statement show me one example plz

Anyam
Автор

How to use the Multiple AND's like Country = " UK" and "USA". the same can be achieved by adding OR operator but is there a way we can add multiple and to attain the same?

suhas
Автор

Is this complete series is enough for cracking clg placement process?

dishasondhiya
Автор

Instead of (select * from customer where NOT country='Germany';)

can we use (select * from customer where country<>'Germany';)

is this correct?

viveksuryanaraynan
Автор

Sir when to use logical And operator and logical OR operator ?

rahulk
join shbcf.ru