SQL - The Complete Developer's Guide (MySQL, PostgreSQL)
- Descrição
- Currículo
- FAQ
- Revisões
SQL is THE most important query language you can learn!
It’s used by many popular relational database management systems like MySQL or PostgreSQL. Additionally it’s also used by data analysis and big data frameworks and tools like Apache Spark.
Knowing SQL opens up an endless amount of opportunities and jobs – no matter if you’re going to work with relational databases or if you’re becoming a data scientist, knowing SQL will be key!
This course teaches you SQL from the ground up and in extremely high detail! In addition, this course comes with two main paths that you can take:
-
The “Complete Course” path where you go through the entire course, step by step, learning about ALL the key features and concepts you have to know
-
The “Quick Summary” path where you will learn the key SQL essentials within a few hours
Both paths are included in this course (i.e. with one single purchase) and you can switch between them or take both – simply as it makes most sense for you! Just dive into the free first course section to learn all about this course and these two paths (and how to take them).
SQL is a standardized language and therefore learning SQL will help you apply it in all kinds of contexts. Nonetheless, different database systems also support different aspects of SQL or bring their own variations of the SQL language. Therefore, this course dives into SQL by exploring all key features at the example of the two most popular database systems: MySQL and PostgreSQL. All query and command examples are shown for both database systems, ensuring that you feel comfortable working with SQL in either environment!
This course will enable you to write your own (simple or complex) SQL queries, create basic or advanced databases and table structures and work with data of different shape and complexity!
In detail, you will learn:
-
What exactly SQL is and how the core syntax looks like
-
How to write SQL commands
-
How to install MySQL & PostgreSQL as well as various clients
-
How to create and structure database tables
-
Which data types you may use and when to use which data type
-
How to perform CRUD operations: Create, Read, Update & Delete Data
-
How to insert data into tables
-
How to query and filter data
-
Why you should split data across multiple tables (and how to do that)
-
How to join (merge) data into combined result sets
-
How to write basic and more complex queries
-
How to aggregate and group data
-
How to use built-in database functions to work with numbers, text or dates
-
How to optimize databases with indexes
-
And much, much more!
Explore the full course curriculum to get a thorough overview of the course content and watch the free preview section to learn how this course will help you!
This course also comes with a 30 day refund period, so that you can try it risk-free 🙂
We’d love to welcome you on board of this course and explore SQL together with you!
-
1Welcome To The Course!Vídeo Aula
-
2What Is SQL?Vídeo Aula
-
3A Closer Look At SQL & DatabasesVídeo Aula
-
4Join Our Learning Community!Texto
-
5Course ContentVídeo Aula
-
6There Are Two Ways Of Taking This Course!Vídeo Aula
-
7How To Get The Most Out Of This CourseVídeo Aula
-
8Course Code & ResourcesTexto
-
14Module IntroductionVídeo Aula
-
15Installing Different Database Management SystemsVídeo Aula
-
16What We Need To InstallVídeo Aula
-
17You Can Skip The Next Lectures!Texto
-
18MySQL Setup Overview & macOS SetupVídeo Aula
-
19MySQL Windows SetupVídeo Aula
-
20Postgresql Setup Overview & macOS SetupVídeo Aula
-
21Postgresql Windows SetupVídeo Aula
-
22Starting & Stopping Servers + Uninstalling Database SystemsTexto
-
23Connecting To Database Servers (MySQL & Postgresql) With Various ClientsVídeo Aula
-
24Setting Up Visual Studio Code With The SQLTools Extension (Course Environment)Vídeo Aula
-
25Configuring VS Code & Exploring SQLToolsVídeo Aula
-
26More On VS Code & SQLToolsTexto
-
27Module IntroductionVídeo Aula
-
28Key Terms When Working With Data Definition Statements & CommandsVídeo Aula
-
29Introducing The Course Section ExampleVídeo Aula
-
30Introducing Key Data Definition ClausesVídeo Aula
-
31Creating a new Database (CREATE DATABASE)Vídeo Aula
-
32Deleting Databases & IF NOT EXISTSTexto
-
33The Importance Of Data Types (Value Types)Vídeo Aula
-
34Introducing Key Text Value TypesVídeo Aula
-
35Introducing Numeric Values, Date Types & MoreVídeo Aula
-
36An Overview Of Numeric Value TypesTexto
-
37How Do You Store Files?Vídeo Aula
-
38Getting Started With The CREATE TABLE Statement & SyntaxVídeo Aula
-
39Creating a First Text ColumnVídeo Aula
-
40Creating a Numeric Value ColumnVídeo Aula
-
41Working with Enums & Finishing Table CreationVídeo Aula
-
42Inserting Data Into The Created Table (INSERT INTO)Vídeo Aula
-
43Inserting & Querying More DataVídeo Aula
-
44Working With Fixed Point & Floating Point NumbersVídeo Aula
-
45Adding Boolean Value TypesVídeo Aula
-
46Creating a new Table with Text & Timestamp DataVídeo Aula
-
47Inserting Data Into The New TablesVídeo Aula
-
48What About Time Zones?Texto
-
49Introducing Default Column ValuesVídeo Aula
-
50Deleting (Dropping) Tables & Inserting Data With Default ValuesVídeo Aula
-
51Updating Tables & ColumnsVídeo Aula
-
52Dealing With "No Data" (NULL) vs "0"Vídeo Aula
-
53NULL Values, Inserting (No) Data & Default ValuesTexto
-
54Exploring the NOT NULL ConstraintVídeo Aula
-
55Exploring the CHECK ConstraintVídeo Aula
-
56We Need Unique Values & Identifiers!Vídeo Aula
-
57SERIAL in MySQL vs SERIAL in PostgresqlTexto
-
58Working With Auto Incrementing IDs & Primary KeysVídeo Aula
-
59Auto-IDs, Primary Keys & Inserting DataTexto
-
60Constraints - SummaryVídeo Aula
-
61Understanding Text Encoding & CollationVídeo Aula
-
62Temporary Tables & Tables From Other TablesVídeo Aula
-
63Creating Generated ColumnsVídeo Aula
-
64Module SummaryVídeo Aula
-
65Time To Practice: ProblemVídeo Aula
-
66Time To Practice: Solution (1/2)Vídeo Aula
-
67Time To Practice: Solution (2/2)Vídeo Aula
-
68Module IntroductionVídeo Aula
-
69What Are CRUD Operations?Vídeo Aula
-
70Inserting Data: TheoryVídeo Aula
-
71Selecting Data: TheoryVídeo Aula
-
72Updating Data: TheoryVídeo Aula
-
73Deleting Data: TheoryVídeo Aula
-
74Introducing The Section ExampleVídeo Aula
-
75Setting Up An Example Database & TableVídeo Aula
-
76Example: Inserting DataVídeo Aula
-
77Inserting More (Dummy) DataVídeo Aula
-
78Updating In ActionVídeo Aula
-
79Deleting In ActionVídeo Aula
-
80Selecting Data - The BasicsVídeo Aula
-
81SELECT, Column Names & Data ExpressionsVídeo Aula
-
82Filtering with WHERE: Available Comparison Operators & VariationsVídeo Aula
-
83Filtering In Action (WHERE In Action)Vídeo Aula
-
84Combining Comparisons With AND & ORVídeo Aula
-
85Greater, Smaller & RangesVídeo Aula
-
86Filtering Text ValuesVídeo Aula
-
87Working With Dates & Date DifferencesVídeo Aula
-
88Filtering Conditions Without Hard-Coded ValuesTexto
-
89Introducing ORDER BY & LIMITVídeo Aula
-
90Ordering & Limiting Results In ActionVídeo Aula
-
91Looking For DISTINCT ValuesVídeo Aula
-
92Subqueries & ViewsVídeo Aula
-
93Module SummaryVídeo Aula
