We guarantee that all our online courses will meet or exceed your
expectations. If you are not fully satisfied with a course - for
any reason at all - simply request a full refund. We guarantee no
hassles. That's our promise to you.
Go ahead and order with confidence!
| SQL for Data Science, Data Analytics and Data Visualization | |||
| No lessons available in this section. | |||
| Section 01: Getting Started | |||
| Introduction | |||
| How to get course requirements | |||
| Getting started on Windows, Linux or Docker | |||
| How to ask great questions | |||
| FAQ’s | |||
| Section 02: SQL Server setting up | |||
| Section Introduction | |||
| Microsoft SQL Server Installation | |||
| SQL Server Management Studio (SSMS) Installation | |||
| How to connect MS SQL (Windows Authentication) | |||
| How to connect MS SQL (SQL Server Authentication) | |||
| Download and Restore Sample Database | |||
| Section 03: SQL Azure Data Studio | |||
| What is Azure Data Studio | |||
| Azure Data Studio Installation steps | |||
| Azure Data Studio to Connect SQL Server | |||
| Create a Database | |||
| Create a Table | |||
| Insert Data rows | |||
| View the Data returned by Query | |||
| Section 04: SQL Database basic SSMS | |||
| Section Introduction | |||
| Overview of Databases | |||
| Creating Database | |||
| SQL Data Types | |||
| Column Data Types on SSMS | |||
| Creating Table | |||
| Overview of Primary Key and Foreign Key | |||
| Primary Key | |||
| Foreign Key | |||
| Creating Temporary tables | |||
| Section 05: SQL Statements for DATA | |||
| Section Introduction | |||
| Insert statement | |||
| Update statement | |||
| Delete statement | |||
| Section 06: SQL Data Structure statements | |||
| Section Introduction | |||
| CREATE table statement | |||
| DROP statement | |||
| ALTER statement | |||
| TRUNCATE statement | |||
| COMMENT in query | |||
| RENAME | |||
| Section 07: SQL User Management | |||
| Create Database user | |||
| GRANT permissions | |||
| REVOKE permissions | |||
| Section 08: SQL Statement Basic | |||
| Section Introduction | |||
| SQL Statement basic | |||
| SELECT Statement | |||
| SELECT DISTINCT | |||
| SELECT with column headings | |||
| Column AS statement | |||
| Section 09: Filtering Data rows | |||
| SELECT WHERE Clause – theory | |||
| SELECT WHERE Clause – practical | |||
| Section 10: Aggregate functions | |||
| Sum() | |||
| Min()-Max() | |||
| Section 11: SQL Query statements | |||
| Order By statement | |||
| SELECT TOP clause in SQL | |||
| BETWEEN command | |||
| IN operator | |||
| Wildcard Characters and LIKE | |||
| Section 12: SQL Group by statement | |||
| Section Introduction | |||
| Group by – theory | |||
| Group by – practical | |||
| HAVING statement | |||
| Section 13: JOINS for Multiple table Data Analysis | |||
| Overview of Joins | |||
| What are Joins | |||
| Inner join | |||
| Left outer join | |||
| Right outer join | |||
| Full outer join | |||
| Union | |||
| Cartesian Product with the Cross Join | |||
| Query Exercise | |||
| Solution for Query Exercise | |||
| Section 14: SQL Constraints | |||
| Section introduction | |||
| Check constraint | |||
| NOT NULL constraint | |||
| UNIQUE constraint | |||
| Section 15: Views | |||
| Creating Views | |||
| Reporting with multiple tables | |||
| Section 16: Advanced SQL commands | |||
| Section Introduction | |||
| Timestamp | |||
| Extract from timestamp | |||
| Mathematical scalar functions | |||
| String functions | |||
| Sub Query | |||
| SELECT with calculations | |||
| Section 17: SQL Stored procedures | |||
| Create stored procedure | |||
| Stored procedure with parameter | |||
| Section 18: Azure Data Studio Visualization | |||
| Installing SandDance Extension | |||
| Visualization Charts | |||
| Multiple Table Data Charts | |||
| Section 19: Azure Studio SQL for Data Analysis | |||
| Type Decision for Data Analysis | |||
| Data Analysis with Case Statement and String Text | |||
| Section 20: Import & Export data | |||
| Section Introduction | |||
| Import Flat File | |||
| Import .csv or excel file | |||
| Export Data to Excel or any format | |||
| Section 21: Backup and Restore Database | |||
| Section Introduction | |||
| Creating Database backup | |||
| Restoring Database backup | |||