Это видео недоступно.
Сожалеем об этом.

MySQL VIEWS are awesome

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2022
  • #MySQL #tutorial #course
    MySQL tutorial for beginners
    CREATE VIEW employee_attendance AS
    SELECT first_name, last_name
    FROM employees;
    CREATE VIEW customer_emails AS
    SELECT email
    FROM customers;

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

  • @BroCodez
    @BroCodez  Год назад +18

    CREATE VIEW employee_attendance AS
    SELECT first_name, last_name
    FROM employees;
    CREATE VIEW customer_emails AS
    SELECT email
    FROM customers;

    • @shaikakhil681
      @shaikakhil681 2 месяца назад

      Create view employee_attendance AS
      Select* from employees
      Is it correct or not?

    • @nicholaspreston9586
      @nicholaspreston9586 19 дней назад

      where has this been all my life?

  • @krzysiekkrzysiek9059
    @krzysiekkrzysiek9059 Год назад +9

    Briefly and concisely 👍

  • @romanmatton2636
    @romanmatton2636 Год назад +4

    Thanks man, you're really the best

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

    Very good, simple example.

  • @chef_david1
    @chef_david1 9 месяцев назад

    Well explained. Thanks

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

    I'm still in the beginning Episodes and still far to get here at the latest but I just wanna say Thank you!

  • @kamranalizade98
    @kamranalizade98 Год назад +6

    Bro İ really likes your videos,I am appreciate,but we need react lessons

  • @beepbeepgamer1305
    @beepbeepgamer1305 Год назад +12

    can you do python connectivity with mysql, i learned it in school but its hard for me to understand. Always checking my notification for the videos, Thanks!!

    • @adameelmadani
      @adameelmadani 6 месяцев назад

      learn mysqlAlchemy you can search for it in google or youtube

  • @Starmanfansunofficial
    @Starmanfansunofficial Месяц назад

    💙💙

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

    Is the playlist ended here?
    BTW,Want videos on Django.

  • @xanhxanh5097
    @xanhxanh5097 8 месяцев назад +1

    after this video I just had to subcribe

  • @tomatentheo7198
    @tomatentheo7198 10 месяцев назад

    So Views can be used for queries which were often requested?

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

    Bro you're such a bro

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

    So Mrs. Puff's first name is Poppy? I came looking for iron(information for my assignment) and struck gold.

  • @anushibisen8739
    @anushibisen8739 5 месяцев назад +1

    Hey! great videos as always. I was hoping if you could make a video on creating views using multiple tables, it'll be really helpful. thanks a lot

  • @gitagliaudyte4741
    @gitagliaudyte4741 9 месяцев назад +2

    So if a view does not store the data, where it gets its data from? For example, where is the data of 'tables' from 'information_schema' stored? And how to access it? I'm just curious.

    • @OptimusVlad
      @OptimusVlad 6 месяцев назад

      The view references the table(s) from where it was created. The view is not a "copy" of the table, it's a "reference" to it.

  • @rain_yy
    @rain_yy 7 месяцев назад +1

    what do i do if it always says a column is unknown in the field list when it exists? hwlpp

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

    Bro, can you consider about doing a video series for jsp , servlet web app?

  • @zewditutsegaye2444
    @zewditutsegaye2444 6 месяцев назад +1

    wy wendime tebelah, ke 10 amet behuala new betih mitagegnew.

  • @swayamghimire1006
    @swayamghimire1006 3 месяца назад

    how did you make query editor window theme black.

  • @gaddafisuleiman8882
    @gaddafisuleiman8882 Год назад +5

    We need more python videos, Bro!

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

    NEXT VIDEO procedure

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

      stored procedures are coming up soon

  • @user-to6ou8tw4w
    @user-to6ou8tw4w 3 месяца назад

    thanks buddy