Aggregate Functions In SQL | COUNT, SUM, AVG, MIN, MAX | IFNULL( )

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video we will discuss different aggregate functions in SQL with some practical examples..
    1) COUNT() - 02:08
    2) SUM() - 05:55
    3) AVG() - 10:00
    4) MIN() - 12:20
    5) MAX() - 14:30
    ⭐Difference Between DELETE, DROP and TRUNCATE
    • Difference Between DEL...
    ⭐Part 1:Top 9 SQL queries for interview -
    • Top 9 SQL queries for ...
    ⭐Part 2:Top 9 SQL queries for interview -
    • PART 2 : Top 9 SQL que...
    ⭐Types of Joins in SQL-
    • SQL Joins & Its Types ...
    ⭐Create MySQL Database and Table -
    • How to Create Database...
    TCS NQT Sample Paper:
    👉drive.google.c....
    TCS NQT Sample Paper solutions:
    • TCS NQT 2021 Complete ...
    TCS NQT 2021 Complete Registration Process | Exam Pattern
    👉 • TCS NQT 2021 Complete ...
    ✔Difference between oop and pop :
    👉 • Difference between OOP...
    💥Access Modifier in Java-Public,Protected,Private and Default
    👉 • Access Modifier in Jav...
    💥Constructor in Java
    👉 • Constructor In Java |T...
    💥Part 3 of 3 :Database Connectivity
    👉 • How to Fetch Data from...
    💥Part 2 of 3 :Database Connectivity
    👉 • How To Insert Data In ...
    💥Part 1 of 3 :Database Connectivity
    👉 • Database Connectivity ...
    ⭐Encapsulation in java-
    • Java tutorial|#Encapsu...
    ⭐DBMS vs RDMS
    • DBMS vs RDBMS | What i...
    ⭐Keys in DBMS
    • Types of Keys in DBMS ...
    ⭐Normalization in DBMS-
    • Normalization and its ...
    ⭐class and object in java-
    • What is Class and Obje...
    ⭐Types of key in DBMS-
    • Types of Keys in DBMS ...
    ⭐how to install java-
    • How to Install JAVA JD...
    ⭐Introduction of java:-
    • Introduction to Java i...
    ⭐Features of java:-
    • Features of java Part 2
    ⭐JVM JRE JDK:-
    • JDK JRE JVM in Java Pa...
    ⭐JVM architecture-
    • JVM architecture in Java
    #mysql #sql #aggregateFunction #database #COUNT #SUM #AVG #MIN #MAX #SQLTutorial

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

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

    explanation level 💯 ☺️👌

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

    Very nice explain 🤗👌

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

    Good 👍

  • @amanrathore9775
    @amanrathore9775 2 года назад +2

    hi , very nice explanation, there is one request from you please make second part on this aggregate fn also please include interview questions for better understanding. :)

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

      Sure I will. Thank you for watching

  • @jyotikothari499
    @jyotikothari499 2 года назад +1

    Nice explaination...

  • @jangidmihonortech3442
    @jangidmihonortech3442 2 года назад +1

    Thank you mam for making videos on sql. Mam please i request you to please make more videos on the sql.

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

    What if, in name column more than one name starts with A?? The table you have shown there is only one name starts with A and hence It results Ankush Rajput, as the logic given by you is as per alphabet sequence it will be picked but for ex there in another Name ( Anand Singh) in the Name column then what will be the result?? Please clear this doubt.
    It is from Min() with single column.

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

      Result will be 'Anand Singh' because as I said it will work alphabetically .
      first two letters are same that is 'An' in both the name but in Ankush third letter is K while in Anand third letter is 'A' so A comes before K so output will be Anand singh.
      This works exactly like a dictionary
      Thank you for watching..

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

      @@CodeEra2020 understood, thank you. Thanks for your efforts.

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

      @@raginikumari2290 You are welcome

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

    Nice

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

    pls ek detailed video "group by" ke upar🙏

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

      Sure I will make it very soon

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

    Kindly make an second video for other functions.

  • @swatipandey7585
    @swatipandey7585 4 месяца назад

    mam could you please share notes?