Create Table Relation in PhpMyAdmin

Поделиться
HTML-код
  • Опубликовано: 7 дек 2018
  • 464 / 5000
    Çeviri sonuçları
    By using PHPMyAdmin graphical display you can establish relationships between tables.
    Note 1: I forgot to mention in the video, you can easily remove the relationships when clicked on the relations.
    Note 2: You can also associate with SQL code. If you want to associate with the SQL code for the example in the video
    ALTER TABLE ogrenci
    ADD FOREIGN KEY (sinifno) REFERENCES sinif(sinifno);
    Kaynak kod: www.yazilimkodlama.com/mysql/...
  • НаукаНаука

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

  • @ismailmelihkaya8388
    @ismailmelihkaya8388 11 месяцев назад +1

    Çok işe yaradı. Teşekkürler

  • @mehmetsener2921
    @mehmetsener2921 3 года назад +4

    Merhaba hocam sizin yaptıklarınızı yaptım ancak yeşil renkli bağlantı çizgisi oluşmadı

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

    eyvallah aga

  • @batuhangunduz4555
    @batuhangunduz4555 3 года назад +3

    hocam bende seçiyorum bende sizin ki gibi direk ilişki oluştur çıkmıyor.
    ilişki oluştur
    FOREIGN KEY
    on delete
    on update
    çıkıyor yardımcı olurmusunuz

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

      CASCADE de ikisine de

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

      MySQL'de olduğu gibi oklar görünmüyor bende. Dışa aktar dediğimde görünür mü?