SQL - Foreign Key - On Delete Cascade - On Delete Set Null

Поделиться
HTML-код
  • Опубликовано: 11 мар 2022
  • In this session we will understand the application of On Delete Cascade and On Delete Set Null clauses while creating Foreign Keys in SQL. Demo using Oracle 11g XE

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

  • @yegireddipratibha1739
    @yegireddipratibha1739 Год назад

    Clearcut explanation thank you sir for ur efforts making this video

  • @lukasmendez9434
    @lukasmendez9434 2 года назад

    Very helpful video! Thank you so much

  • @ramyaaddanki9665
    @ramyaaddanki9665 2 года назад +1

    Clear concept.Thank u Sir

  • @alulahabesha7207
    @alulahabesha7207 4 месяца назад +1

    very helpful! Thanks

    • @SatishCJ
      @SatishCJ  4 месяца назад

      Glad it was helpful!

  • @alexey.zaitsev
    @alexey.zaitsev Год назад

    Thanks!

  • @kasunkumarasinghe6365
    @kasunkumarasinghe6365 Год назад +1

    very useful content. thank you

    • @SatishCJ
      @SatishCJ  Год назад

      Glad it was helpful!. Thanks for the feedback

  • @prithvirajpatil312
    @prithvirajpatil312 Год назад +2

    If we don't use on delete cascade. Will it delete data from only one table?

    • @SatishCJ
      @SatishCJ  Год назад +1

      You will not be able to delete the parent table records without deleting the child records. I hope it helps.