The Big 6 of SQL: SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • We'll review the key components of SQL queries, which will serve as the building blocks for many of the analyses you'll perform using SQL:
    SELECT
    FROM
    WHERE
    GROUP BY
    HAVING
    ORDER BY
    Learning just these 6 statements and clauses is a great start for anyone who wants to add SQL to their tool belt.
    If you want to see more of this content, check out our Course Demos series here on RUclips.
    Or check out our MySQL Data Analysis course:

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

  • @skccharan
    @skccharan 2 месяца назад +1

    Thank you for very good explanation

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

    Thank you for this. Is there any chance of explaining case statement.

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

      Hi Cassandra, we may release a video here in the future. We also cover this concept in depth in our video course ‘MySQL Data Analysis’.
      And here’s a quick example that may help…
      www.linkedin.com/posts/johnpauler_sql-data-analytics-activity-6792054736578260992-bJdM

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

    Should or is it 🤔 a good habit to automatically add. The 6 elements to a SQL. To be on the safe side? Or does it depend on the client's requirements 🤔