MySQL - Stored Procedures Introduction

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

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

  • @MattRMcD
    @MattRMcD 5 лет назад +5

    Eli, you're killing it! By far the easiest to comprehend explanation and application of use for stored procedures that I've received. I appreciate the great instruction and video.

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

    Quite impressive and comprehensive concept of stored procedures. awesome Eli..!

    • @Kunaispa
      @Kunaispa 5 лет назад

      Can we pass parameters while calling Stored Procedures?

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

      www.mysqltutorial.org/stored-procedures-parameters.aspx

    • @Kunaispa
      @Kunaispa 5 лет назад +1

      @@elithecomputerguy Thanks!

  • @Boogeyxx91
    @Boogeyxx91 4 года назад +1

    Eli never fails

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

    this dude is good at teaching

  • @barafow6810
    @barafow6810 5 лет назад +1

    Interesting video, very simple to understand.

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

    this is amazing ! thanks eli!

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

    First of all... The way you explained is fantastic. It was easy to understand. Now I have a question. Suppose if I call a procedure in a production db, will it impact the production?

  • @cseale61
    @cseale61 4 года назад +1

    I was hoping you would get into passing parameters, but good video.

  • @hangc10
    @hangc10 4 года назад

    can you create a tutorial of creating a procedure to be used on datagridview in c# for real time editing directly from datagridview?

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

    Why not creating View ? What’s the difference ?

  • @JessieCrypto
    @JessieCrypto 5 лет назад +1

    What I learned the hard way, Is just don't type anything at all on a live database LOL... I backup before doing any manual functions

  • @tisaghchase
    @tisaghchase 5 лет назад +1

    You can't die Eli!

  • @user-vn7ce5ig1z
    @user-vn7ce5ig1z 5 лет назад +1

    • You'd think MySQL would be smart enough to recognize you're in a create-procedure call and ignore semicolons; maybe have a separate delimiter for it and similar functions. The developers need to take a class on creating user-friendly programs. ¬_¬
    • Stored procedures are useful when running in the CLI client, but is there a practical use for developers? It seems unnecessary when running SQL queries in a program since even the most convoluted query is trivial when it's run from code. 🤔

    • @tayyab0987
      @tayyab0987 4 года назад +1

      we set up a system where we were getting 1000 orders a day coming on through 3 different sites, means out code stack got enormous. Procedures saved us a lot of time to keep data integrity in tact. also i didnt have to repeat the logic in multiple clients.

  • @hesamsarkhosh8525
    @hesamsarkhosh8525 4 года назад +1

    1m subscribers and 154 likes...Shame on you people.