Joins in SQL | Sql in Tamil | Tech with Hema Tamil

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 34

  • @abineshanitha9223
    @abineshanitha9223 ปีที่แล้ว +3

    Very very easy Video of Joins 🎉👏👏👏very much cleared mam😊thank u so much

  • @Skyliner_14
    @Skyliner_14 29 วันที่ผ่านมา

    Thank you so much mam.. clear explanation ❤

  • @thesayoung6148
    @thesayoung6148 11 หลายเดือนก่อน +1

    Awesome 🎉 and Nice explanation Mam

  • @jenilkiruba6896
    @jenilkiruba6896 9 หลายเดือนก่อน +1

    Very very good your way of teaching is very easy to understand topic.thank you

  • @ajshagibgm7011
    @ajshagibgm7011 7 หลายเดือนก่อน

    thank you so much mam
    Romba nalla purithu mam, na ippo BCA final year IDE la pandra book la padicha kuda ippadi puriyathu tq mam

  • @cehpurushothaman6165
    @cehpurushothaman6165 ปีที่แล้ว +2

    Wow very clear explanation Thank you so much Mam.

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Thanks @cehpurushothaman6165

  • @NaTurE_.loVe.__.it._
    @NaTurE_.loVe.__.it._ 5 หลายเดือนก่อน

    Your voice is very clear ❤

  • @nsprakash6539
    @nsprakash6539 ปีที่แล้ว +1

    Awesome teaching methods❤

  • @AJITHRVlA-
    @AJITHRVlA- 2 หลายเดือนก่อน

    Super ra sonninga mam

  • @rashmikajothi
    @rashmikajothi 10 หลายเดือนก่อน +1

    Hi sis..nice explanation can you help in importing a dataset to the sql server..getting a lot of errors

  • @renugarenu4720
    @renugarenu4720 ปีที่แล้ว +1

    Clear explanation mam

  • @Jai-dk1kp
    @Jai-dk1kp 5 หลายเดือนก่อน

    Super sister

  • @ManivannanGD
    @ManivannanGD ปีที่แล้ว +1

    12:07 am getting error while using the full join. “Full” is not valid at this position, expecting EOF, ‘;’
    How to fix it?
    Am using MySQL work bench 8.0. Version 8.0.31 .community version

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว +2

      Hi @ManivannanGD, my tutorial videos are based on Microsoft SQL Server (MSSQL). Mysql doesn't support "Full join". Alternative is combining the results of left and right join using union. Something like this would work.
      select * from employee e
      left join department d
      on e.DepartmentID =d.DepartmentID
      union
      select * from employee e
      right join department d
      on e.DepartmentID =d.DepartmentID
      Hope this helps.

  • @suriyakarnan5006
    @suriyakarnan5006 ปีที่แล้ว +1

    Mass🎉🎉

  • @vekaashini
    @vekaashini 9 หลายเดือนก่อน

    super mam,i want to know about self join

  • @msdvmsdv8163
    @msdvmsdv8163 หลายเดือนก่อน

    mam ur videos are very useful.thank you . can you pls tell me what is the left table /right table

    • @TechWithHema
      @TechWithHema  หลายเดือนก่อน

      Hi, When you join two tables like this "tableA join tableB", the first table "tableA" is called the left table and the second table "tableB" is called the right table.

  • @chiller47
    @chiller47 3 หลายเดือนก่อน

    nice

  • @wakeuptowin4581
    @wakeuptowin4581 หลายเดือนก่อน

    Can you explain self join with same example

  • @magarajothik3144
    @magarajothik3144 ปีที่แล้ว +3

    mam please upload MSSQL full course for beginners

  • @karthikeyanskk9762
    @karthikeyanskk9762 ปีที่แล้ว +1

    6:58 rendu table la irrundhu column select panna mudiyuma mam

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว +1

      Hi @karthikeyans2360 yes, when you join two tables, you can select any columns from both the tables. If both the tables have same column name, use . or . to differentiate.

    • @karthikeyanskk9762
      @karthikeyanskk9762 ปีที่แล้ว +2

      @@TechWithHema okay I found that and learnt too

  • @akash0150
    @akash0150 ปีที่แล้ว +1

    Mam instead of on where use panalama ? Illa on than use pannanuma

    • @TechWithHema
      @TechWithHema  ปีที่แล้ว

      Hi @akash0150, yes you can use the conditions in the where clause without specifying any implicit joins and just separate the table names using commas. But the preferred one will be using explicit joins and "on" clause conditions as it helps in readability and clarity. "Where" clause can also have other filtering conditions in addition to the join conditions. So its better to separate them out.

    • @RajeswaranKuppusamy
      @RajeswaranKuppusamy 8 หลายเดือนก่อน

      @@TechWithHema Maam, tamil'la doubt kekravanga kitta tamil'laye reply pannunga maam please. 🙏