More Basic Queries | SQL | Tutorial 13

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

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

  • @DipPodderOfficial
    @DipPodderOfficial 6 лет назад +16

    You are awesome man .how did u go unnoticed. People with shit contents getting more publicity than u. You deserve more.

  • @karlnordenstorm8816
    @karlnordenstorm8816 6 лет назад +10

    I think you've got some of the best videos on programming in existence. A major bonus with your channel is that you have so many programming languages. Right now I'm learning Python and SQL. When it's time for some other language I know which channel to check out :)

  • @pegahd.hamedani4500
    @pegahd.hamedani4500 5 лет назад +9

    Hey Mike! you are such an outstanding :)

  • @maysarasayed6673
    @maysarasayed6673 5 лет назад +3

    Hi Mike,
    Thanks for the awesome course, it's really useful. I have a question please. How can I import csv file to a database on popsql?

  • @elvedinaomerhodzic9327
    @elvedinaomerhodzic9327 5 лет назад +4

    Great!

  • @mojtabataleghani
    @mojtabataleghani 5 лет назад +3

    Hi Mike,
    I have a question in the section you defined the primary key for "works_with" table. As I understand we can define the primary key on a column in which the values are unique, but in branch_supplier table we have duplicated rows which could not set them to primary key
    ```
    mysql> alter table branch_supplier add primary key(branch_id);
    ERROR 1062 (23000): Duplicate entry '2' for key 'PRIMARY
    ```

    • @saurabhbhise
      @saurabhbhise 4 года назад +2

      For works_with table, primary key is actually a composite key with emp_id and client_id. You can define it as PRIMARY KEY (emp_id, client_id)

  • @MartaBalGurbanova
    @MartaBalGurbanova 3 года назад +1

    The best tutorial of SQL I’ve found and watched so far! Please record more videos on SubQueries (nested functions), they are still very blurry to me 😄

  • @ቴክዶክመንተሪ
    @ቴክዶክመንተሪ 2 года назад

    How do you transfer file excel table into this popsql database?

  • @ቴክዶክመንተሪ
    @ቴክዶክመንተሪ 2 года назад

    Is the job still demand for SQL database?

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

    Hey Mike if you see this comment please make a tutorial on tableau

  • @Siddharth-uo6zw
    @Siddharth-uo6zw 3 года назад

    Thank u so much!
    can you make more advanced paid courses in SQL, Back end Developer with economical for students.
    you teach so well.

  • @Padubiaso
    @Padubiaso 3 года назад

    "This time we gonna do... sex"
    couldn't keep a giggle...

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

    I need a video on CTE

  • @sonamuhialdeen7866
    @sonamuhialdeen7866 3 года назад

    Amazing