
Databases and SQL for Data Science with Python
2018 · 137m
Synopsis
Working knowledge of SQL (or Structured Query Language) is a must for data professionals like Data Scientists, Data Analysts and Data Engineers. Much of the world's data resides in databases. SQL is a powerful language used for communicating with and extracting data from databases. In this course you will learn SQL inside out- from the very basics of Select statements to advanced concepts like JOINs. You will: -write foundational SQL statements like: SELECT, INSERT, UPDATE, and DELETE -filter result sets, use WHERE, COUNT, DISTINCT, and LIMIT clauses -differentiate between DML & DDL -CREATE, ALTER, DROP and load tables -use string patterns and ranges; ORDER and GROUP result sets, and built-in database functions -build sub-queries and query data from multiple tables -access databases as a data scientist using Jupyter notebooks with SQL and Python -work with advanced concepts like Stored Procedures, Views, ACID Transactions, Inner & Outer JOINs through hands-on labs and projects You will practice building SQL queries, work with real databases on the Cloud, and use real data science tools. In the final project you’ll analyze multiple real-world datasets to demonstrate your skills.
You Might Also Like
Movie★ 0Kids Songs by CoComelon
Movie★ 7.5Primary 1 English
Movie★ 7.5JS 1 Science & Technology
Movie★ 6.9Best Nursery Rhymes & Kids Songs - by BabyBus
Movie★ 0English Fairy Tales @EnglishFairyTales
Movie★ 0Learn Colors with CoComelon!
Movie★ 6.9BabyBus | Super Panda Rescue Team | Cartoon for Kids | Kids Animation
Movie★ 7.3SS 1 English
Movie★ 7.1Animation & Kids Songs collections For Babies | BabyBus
Movie★ 0CoComelon & Friends Holiday and Christmas Videos for Kids | Little Baby Bum | Go Buster and More!
Movie★ 0Baby Learning with CoComelon - Colors, Shapes and Numbers!
Movie★ 0Year1 English
Comments
10 Comments

Outer Joins

Outer Joins

Outer Joins

Inner Join

Inner Join

Inner Join

Join Overview

Join Overview

Join Overview

ACID Transactions