For any doubts, live training updates and free Courses please join our Telegram channel t.me/qafoxoriginal
@harish40102 жыл бұрын
Can we use Not equal() instead of Not (logical ooerator) in statement condition.Does this both are same.
@QAFox2 жыл бұрын
Yes, NOT != and are same
@dishasondhiya62093 жыл бұрын
Is this complete series is enough for cracking clg placement process?
@QAFox3 жыл бұрын
I can't say this is enough. Apart from this series, prepare for the earlier interview questions asked on SQL at CLG.
@viveksuryanaraynan94782 жыл бұрын
Instead of (select * from customer where NOT country='Germany';) can we use (select * from customer where country'Germany';) is this correct?
@QAFox2 жыл бұрын
Yes, NOT != and are same
@partabparmar5537Ай бұрын
THANK YOU SIR
@QAFoxАй бұрын
Most Welcome :)
@rahulk32092 жыл бұрын
Sir when to use logical And operator and logical OR operator ?
@rahulk32092 жыл бұрын
For example SELECT * From Customers where CustomerID=1 AND CustomerID=2;
@QAFox2 жыл бұрын
@@rahulk3209 This is not correct, as there cannot be a single customer having same customer id. Lets say you can use to retrieve customers from a country and a state.
@Anyam333 Жыл бұрын
sir we can use AND OR logical operators in one statement show me one example plz
@suhas7230 Жыл бұрын
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?
@mr_noob63615 ай бұрын
do u even know what u r telling?? u want to filter a record where it have 2 country name at a time😂😂