Functions in MySQL are easy

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

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

  • @BroCodez
    @BroCodez  2 года назад +11

    More functions can be found here:
    dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html
    SELECT COUNT(amount) as count
    FROM transactions;
    SELECT MAX(amount) AS maximum
    FROM transactions;
    SELECT MIN(amount) AS minimum
    FROM transactions;
    SELECT AVG(amount) AS average
    FROM transactions;
    SELECT SUM(amount) AS sum
    FROM transactions;
    SELECT CONCAT(first_name, “ ”, last_name) AS full_name
    FROM employees;

  • @niloyahmed4492
    @niloyahmed4492 9 месяцев назад +10

    You are real deal BOSS! Take love from Bangladesh ❤❤

  • @explore-learn-share6937
    @explore-learn-share6937 Месяц назад

    Another great explanation of SQL Functions

  • @werrtuky4
    @werrtuky4 2 года назад +7

    do a full mysql course

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

    these videos are still helpful to this day😊

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

    Mad respect for you brother

  • @LW-Mudau
    @LW-Mudau Год назад +1

    NGL i'm learning SSMS and this is very helpful i just change somethings here and there and boom got it

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

    You are a star🎉

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

    Amazing videos broo jewel of a content✨🙌🎉😍

  • @shapvoid
    @shapvoid 2 года назад +3

    Hi please make some OpenGL tutorials for C++ in the C++ playlist

  • @vikrant2513
    @vikrant2513 2 года назад +16

    Could you pls pls do a full course on SQL . 🥹🙏

  • @phoenixkomben-ie9xq
    @phoenixkomben-ie9xq 8 месяцев назад +1

    Thanku so much

  • @jideolalere2754
    @jideolalere2754 5 месяцев назад

    Thanks @ Bro Code

  • @klim4x
    @klim4x 11 месяцев назад

    thx bro

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

    😃😃😃😃

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

    hi bro code how would i combine a exam grade (70% of total grade) and a quiz grade (30% of grade) to form a final grade in a function? Love the vids