SELECT Clause in SQL: SQL 30 Day Challenge Day 6

Sdílet
Vložit
  • čas přidán 18. 06. 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.sqlitetutorial.net/sqlite...
    Link to Topic List: docs.google.com/document/d/1f...
    Link to Facebook Support Group: / 767988395118964
    Link to my Data Etsy Shop (support me to keep making content): jellysgeekygoods.etsy.com
    Buy me a coffee to show support: buymeacoffee.com/learningwith...
    #sql #sqltutorial #sqlforbeginners

Komentáře • 3

  • @ngaybepavel6362
    @ngaybepavel6362 Před 14 dny

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