SQL & Database Design A-Z™: Learn MS SQL Server + PostgreSQL
- Descrição
- Currículo
- FAQ
- Revisões
Are you interested in a career in Data Science or Data Analytics?
In that case, inevitably you are going to encounter databases in your work.
But how do you interact with databases?
The answer is simple: SQL
SQL stands for Structured Query Language and this is one of the main tools used to organize databases, input data into them and extract it on request.
In this course you will learn how to create queries in a popular variation of SQL called PostgreSQL.
And even if at your workplace you are using a different variation (e.g. Oracle, SQL Server or MySQL), you will find that the skills you learn in this course are easily transferable.
But there are many SQL courses out there, so the question is:
What makes this course stand out?
The unique advantage of this course is that in addition to learning SQL you will also master the concepts of Database Design.
We will cover off topics such as:
– OLAP vs OLTP databases (Online Analytics Processing & Online Transaction Processing): you will understand exactly how and why the designs of these two types of Databases differ
– Normalization of Databases: we will show you the theory behind normalization AND together we will practice how to normalize a Database step-by-step
Why is that important?
Knowing how databases are designed is not a compulsory skill to have for a Data Scientist / Analyst. However, it’s a HUGE added benefit.
These skills will allow you to better interact with databases and derive results and extract insights from your data faster.
This course is designed with the Data Scientists and Analysts in mind, so if you want to propel your Data Science career, then this course is for you!
We look forward to seeing you inside,
Kirill & Ilya
-
10Welcome to this section! This is what you will learnVídeo Aula
-
11The challenge: Investigating Consumer ComplaintsVídeo Aula
-
12Upload Consumer ComplaintsVídeo Aula
-
13Getting To Know The PGADMINVídeo Aula
-
14Upload Consumer Complaints MS SQLVídeo Aula
-
15Getting to know MS SQL SERVERVídeo Aula
-
16Welcome to this section! This is what you will learnVídeo Aula
-
17Theory Select QueryVídeo Aula
-
18Time to write your first query in PostgreSQLVídeo Aula
-
19Adding a filter using WHERE in PostgreSQLVídeo Aula
-
20Logical conditions AND, OR in PostgreSQLVídeo Aula
-
21Using wildcards % and _ (advanced tutorial)Vídeo Aula
-
22Comments in SQLVídeo Aula
-
23Getting to write your first query MS SQLVídeo Aula
-
24Where MS SQLVídeo Aula
-
25Logical conditions, AND OR MS SQLVídeo Aula
-
26Using wildcards MS SQLVídeo Aula
-
27Comments in SQL MS SQLVídeo Aula
-
28Basics of SQL quizQuestionário
-
29Welcome to this section! This is what you will learnVídeo Aula
-
30The challenge: Analyzing Console Games SalesVídeo Aula
-
31Uploading Console Games DatasetVídeo Aula
-
32Working with arithmetic data typesVídeo Aula
-
33ORDER BYVídeo Aula
-
34Working With VARCHARSVídeo Aula
-
35Working With DATESVídeo Aula
-
36Implicit Data Conversion in SQLVídeo Aula
-
37Working With NULLVídeo Aula
-
38Uploading Console Games DATASET MS SQLVídeo Aula
-
39Working with arithmetic data types MS SQLVídeo Aula
-
40ORDER BY MS SQLVídeo Aula
-
41Working with VARCHAR MS SQLVídeo Aula
-
42Working with Dates MS SQLVídeo Aula
-
43Implicit DATA conversion MS SQLVídeo Aula
-
44Working With NULL MS SQLVídeo Aula
-
45Working With Data quizQuestionário
-
52Welcome to this section! This is what you wil learnVídeo Aula
-
53Types of JoinsVídeo Aula
-
54Duplicates in JoinsVídeo Aula
-
55Joining on multiple fieldsVídeo Aula
-
56The challenge: The Vet's ClinicVídeo Aula
-
57Upload the dataVídeo Aula
-
58Your First Left Outer JoinVídeo Aula
-
59Joins Tips & TricksVídeo Aula
-
60Inner JoinVídeo Aula
-
61Full Outer joinVídeo Aula
-
62Joining on Multiple Fields (Practice)Vídeo Aula
-
63Complex JoinsVídeo Aula
-
64Cleaning up your JoinVídeo Aula
-
65Cross Join (advanced tutorial)Vídeo Aula
-
66Upload The Data - MS SQLVídeo Aula
-
67Your First Left Outer Join - MS SQLVídeo Aula
-
68Joins Tips & Tricks - MS SQLVídeo Aula
-
69Inner Join - MS SQLVídeo Aula
-
70Full Outer Join - MS SQLVídeo Aula
-
71Joining on Multiple Fields (Practice) - MS SQLVídeo Aula
-
72Complex Joins - MS SQLVídeo Aula
-
73Cleaning Up Your Join - MS SQLVídeo Aula
-
74Cross Join (advanced tutorial) - MS SQLVídeo Aula
-
75Welcome to this section! This is what you will learnVídeo Aula
-
76Create DatabaseVídeo Aula
-
77Create TableVídeo Aula
-
78Insert DataVídeo Aula
-
79Alter TableVídeo Aula
-
80Drop TableVídeo Aula
-
81Create Database MS SQLVídeo Aula
-
82Create Table MS SQLVídeo Aula
-
83Insert Data MS SQLVídeo Aula
-
84ALTER TABLE MS SQLVídeo Aula
-
85DROP TABLE MS SQLVídeo Aula
-
86Creating Tables in SQL quizQuestionário
