Intro to SQL Syntax: SQL 30 Day Challenge Day 3
ฝัง
- เผยแพร่เมื่อ 2 ธ.ค. 2024
- Day 3 we will discuss the basic syntax rules of SQL, how to add a single-line comment and multi-line comment in sql, the difference between a sql statement and a sql clause, the order in which we write sql clauses, and the order in which sql clauses are executed (it is different than the order you write them in). We will then hop into SQLite Studio to practice writing clauses and a simple SQL query.
Download SQLite Studio Here: sqlitestudio.pl/
Download the Chinook Database: www.sqlitetuto...
Can't download SQLite Studio use this online free tool to practice: www.sql-practi...
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
Great content
7:42 This is so true, when I first learned SQL 10 years ago I was always baffled why I was selecting fields from various tables without having yet specified the tables. The order of the syntax seemed backwards to me. Eventually it just became natural for me and I haven't thought about it in years until you just mentioned it in the video.
I thought the same thing haha! Glad to read your experience with this.