SQL tutorial 24 :SQLJoins- Natural Join With ON and USING clause By Manish/Rebellionrider

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 22

  • @rekhapillai6505
    @rekhapillai6505 10 лет назад +3

    Good work and well explained.Just a request - can you upload more videos as soon as possible.

  • @arshadpervez1031
    @arshadpervez1031 8 лет назад +4

    Very nice. thanks sir
    May you live long

  • @santhoshrohit04
    @santhoshrohit04 2 месяца назад

    HI BRO, I THINK THE NATURAL JOIN DOES NOT HAVE ON CLAUSE. IF WE JUST GIVE JOIN WITHOUT MENTIONING WHAT JOIN, BY DEFAULT IT WORKS AS INNER JOIN. PLS TELL ME IF I'M WRONG. THANK YOU BRO!

  • @vamshisamineniz5905
    @vamshisamineniz5905 3 года назад

    really love u r blogs

  • @sachink.gorade8209
    @sachink.gorade8209 4 года назад

    Is there any limit on number of columns we can use for Natural join? I mean can we use natural join if there are more than 2 common columns in tables.

  • @ayoubanbara2021
    @ayoubanbara2021 3 года назад

    great content

  • @gouthamansaravanan7692
    @gouthamansaravanan7692 3 года назад +1

    thanks a lot really useful

    • @Rebellionrider
      @Rebellionrider  3 года назад

      Always a pleasure. Glad you found it helpful ☺️

  • @hrithikrudra4292
    @hrithikrudra4292 5 лет назад +1

    Can anyone tell me how the query result of using clause and natural join differs?

  • @mohawberel
    @mohawberel 4 года назад

    U ARE BEST!

  • @ronaknmodi
    @ronaknmodi 7 лет назад +1

    if there are two tables then easily create natural join by this query
    SELECT ENAME,LOC FROM EMP,DEPT;

  • @sumanthvarada
    @sumanthvarada 8 лет назад +1

    Awesome sir

  • @MAnsar-gr2uh
    @MAnsar-gr2uh 6 лет назад

    Bro I have a Question?
    Please tell me a defination of target and source table?
    How to distinguish between these two terminiolgies?

  • @veritasgaurav
    @veritasgaurav 8 лет назад

    Sr, what is the difference between inner join and natural join?

  • @sachinshah391
    @sachinshah391 4 года назад

    can someone explain it to me what is difference between all these queries

  • @grovestreet9165
    @grovestreet9165 5 лет назад

    i can't think anyone can explain better then this this

  • @zxmasha
    @zxmasha 10 лет назад +1

    Thank you so much ..

  • @rajeev5999
    @rajeev5999 6 лет назад

    Thank you sir.

  • @errico3
    @errico3 8 лет назад

    hi. thanks. where can i download your sql file to practice it on sql dev? thx!

  • @ayazsheikh2574
    @ayazsheikh2574 4 года назад

    difference between ON clause and USING clause

  • @ahsanulhaque4075
    @ahsanulhaque4075 10 лет назад +1

    please early early submit tut........ Thanks Bhai

  • @yogeshagrawal5534
    @yogeshagrawal5534 9 лет назад

    Natural Join and Using Clause are mutually exclusive. Can anyone explain me this with an example.