Cardinality left outer join CDS Part 8 ABAP on HANA Course

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

КОМЕНТАРІ • 25

  • @GauravSingh-lz8mb
    @GauravSingh-lz8mb Рік тому +2

    I don't think there is anyone else who can explain this matter as deep as you have done, If someone like is not uderstanding the Cardinality and Joins on data base level please watch carefully Part 8 to Part 12. I am waching it for the second time and enjoying it a lot. thanks a lot.

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

      You are right Gourav it might be difficult at first glance but once we understand we never stuck in association in future.

    • @bharathreddyk30
      @bharathreddyk30 6 місяців тому

      True..

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

    Brilliant and deep explanations... Kudos 👌

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

    Good Explanation Sir .Thank you !!!

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

    thank you for your videos.. very helpful

  • @ansumanbehera8150
    @ansumanbehera8150 4 місяці тому

    just one query to ask. at video time 21:51 the SQL trace shows that the join is one to many in native hana trace while the CDS Entity mentioned is left outer to one join vbap as _itm. how both screen showing different things. Kindly clarify.

    • @raginitrainings755
      @raginitrainings755 3 місяці тому

      Since we are fetching fields from RHS table (join happend its clear, also if you notice in output we got multiple SO items even though we mentione join to one, becasue when we fetch fieds from RHS, SQL query runs on DB join to many so multiple so items in output, thatsy its shows one-to-many in screen..I think) hope its clear..

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

    Hi Ram, Firstly thanks for the explanation!. it was very much helpful for us. One question is incase of N:1 left outer join, join did not happen on VBAK(RHS table). which we saw on the ST05 too, understood. Fundamentally we will get to know that VBAP is an item table, will have either 1 or more entries when compared with VBAK, but how will system get to know that it is an N:1 left outer join only?.

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

      Foreign key relationship between these tables

  • @ManojSharma-lr3jh
    @ManojSharma-lr3jh Рік тому

    Osm video bro 😎.Good job

  • @sree8652
    @sree8652 6 місяців тому

    when you execute the table the results are not refreshed right..how will i solve that problem

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  6 місяців тому

      Clear the console and then execute OR your result will be at the end of the console If you are talking about console result. If table result not updating due to new column addition then re execute the table.

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

    if compared one to one join @16:00 and one to many @18:00, still we can see duplicate entries !!. Can you please correct if anythg unnoticed?

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

      It's due to I didn't clear console before displaying next result ... It was previous execution data new execution data below the previous execution data .....
      When you display the result in console it will not clear existing data in console and just append the result after previous result. what you can see on screen both the time @16:00 and @18:00 both are older execution result .
      My mistake is that I didn't focus on quesy result showing, I was focusing on to show how join his happening ... According to join only the result will come...

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

    Good content.

  • @SathiyaNatarajan-fe6vb
    @SathiyaNatarajan-fe6vb Рік тому

    Nice video

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

    nice video'