SELECT Clause in SQL: SQL 30 Day Challenge Day 6

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • Day 6 is all about selecting columns from tables, selecting unique (distinct) values from within columns to explore our data, and renaming columns using aliases. Learn SELECT *, SELECT DISTINCT, and the keyword 'AS' to query tables in SQL.
    -----------------------------------------------------------------
    Download SQLite Studio Here: sqlitestudio.pl/
    Download the Chinook Database: www.sqlitetuto...
    Link to Topic List: docs.google.co...
    Link to Facebook Support Group: / 767988395118964
    Link to my Data Etsy Shop (support me to keep making content): jellysgeekygoo...
    Buy me a coffee to show support: buymeacoffee.c...
    #sql #sqltutorial #sqlforbeginners

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

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

    Is it necessary to enclose the alias in quotes, or is it a convention with SQLite?

    • @learningwithjelly
      @learningwithjelly  3 месяца назад +1

      Not required unless there is a space in the alias then quotes are required

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

      @@learningwithjelly Thanks!