PostgreSQL: Deleting Records With Foreign Keys | Course | 2019

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

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

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

    All your videos are amazing and so clear! Thanks bro! 😃

  • @beverlyeaster2152
    @beverlyeaster2152 2 ปีที่แล้ว

    Thank you for this Sir! more power to you.

  • @praff5308
    @praff5308 4 ปีที่แล้ว

    Very useful video, just what I needed!
    Thanks :)

  • @quylongvo9041
    @quylongvo9041 3 ปีที่แล้ว

    Thanks buddy ! It helps me a lots

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

    como eu faço para alterar a estrutura da tabela para incluir o "ON UPDATE CASCADE" e "ON DELETE CASCADE"? Eu estou usando o Postbird e pelas opções de gerenciamento das tabelas eu não sei como fazer.

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

    what if i don't want to delete the person, and also the data is not nullable?

  • @itech40
    @itech40 3 ปีที่แล้ว

    Salem!
    Thank you man :)

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

    But explain us cascade ,please.

  • @dogukan4283
    @dogukan4283 3 ปีที่แล้ว

    amazing , thank you

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

    how to drop the foreign key constraint from the table

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

      ALTER TABLE table DROP CONSTRAINT constraint_fkey;.

  • @whiteichigo880
    @whiteichigo880 4 ปีที่แล้ว

    is there a way two delete both rows with a single command? instead of doing it twice?

    • @amigoscode
      @amigoscode  4 ปีที่แล้ว

      Yes simply use the IN keyword

    • @whiteichigo880
      @whiteichigo880 4 ปีที่แล้ว

      @@amigoscode can you elaborate more? I am using sql with netbeans (java) and I am trying to delete a row with foreign key.

    • @rotkva_ns8154
      @rotkva_ns8154 4 ปีที่แล้ว

      ​@@whiteichigo880 DELETE FROM table_name WHERE field_name IN (value1, value2);

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

      @@rotkva_ns8154 No he meant the whole step. Instead of deleting the car first and then the person. He wanted to delete both in one command. I am searching for that too.

  • @СтепанМартьянов-я1э
    @СтепанМартьянов-я1э 5 ปีที่แล้ว

    good video, thank you

  • @devracoon
    @devracoon 4 ปีที่แล้ว

    ........