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

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 25

  • @QAFox
    @QAFox  Рік тому

    For any doubts, live training updates and free Courses please join our Telegram channel t.me/qafoxoriginal

  • @harish4010
    @harish4010 2 роки тому +2

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

    • @QAFox
      @QAFox  2 роки тому

      Yes, NOT != and are same

  • @viveksuryanaraynan9478
    @viveksuryanaraynan9478 2 роки тому +5

    Instead of (select * from customer where NOT country='Germany';)
    can we use (select * from customer where country'Germany';)
    is this correct?

    • @QAFox
      @QAFox  2 роки тому +2

      Yes, NOT != and are same

  • @dishasondhiya6209
    @dishasondhiya6209 3 роки тому +2

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

    • @QAFox
      @QAFox  3 роки тому +2

      I can't say this is enough. Apart from this series, prepare for the earlier interview questions asked on SQL at CLG.

  • @suhas7230
    @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_noob6361
      @mr_noob6361 5 місяців тому

      do u even know what u r telling?? u want to filter a record where it have 2 country name at a time😂😂

  • @rahulk3209
    @rahulk3209 2 роки тому +1

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

    • @rahulk3209
      @rahulk3209 2 роки тому +1

      For example
      SELECT * From Customers where CustomerID=1 AND CustomerID=2;

    • @QAFox
      @QAFox  2 роки тому

      @@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
    @Anyam333 Рік тому

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

  • @partabparmar5537
    @partabparmar5537 Місяць тому +1

    THANK YOU SIR

    • @QAFox
      @QAFox  Місяць тому

      Most Welcome :)

  • @abhihonrao4488
    @abhihonrao4488 11 місяців тому +1

    THANKS MAN😊😊

    • @QAFox
      @QAFox  11 місяців тому

      Welcome 😊

  • @amruthasankar3453
    @amruthasankar3453 Рік тому +1

    Thankyou sir🤩🤩🤩🤩

    • @QAFox
      @QAFox  Рік тому

      Welcome :)

  • @th3graduate292
    @th3graduate292 Рік тому +1

    Thank you sir.

    • @QAFox
      @QAFox  Рік тому

      Welcome :)

  • @thangamanip2819
    @thangamanip2819 8 місяців тому +1

    Awesome!!

    • @QAFox
      @QAFox  8 місяців тому

      Thank you! Cheers!

  • @VivekSingh-sl9kz
    @VivekSingh-sl9kz 4 роки тому +2

    Good !!

    • @QAFox
      @QAFox  4 роки тому

      Thank you