Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Structured Query Language (SQL) for Data Science
Rating: 4.3 out of 5(36 ratings)
142 students

Structured Query Language (SQL) for Data Science

Structured Query Language (SQL)
Last updated 6/2019
English

What you'll learn

  • Learn Structured Query Language (SQL) for Data Science applications
  • Learn MySQL – the most popular Database Management System
  • Understand the basics of databases, primary key, Foreign Key and Indexing
  • Learn how to perform database tasks in SQL
  • How to insert, update, and delete records from your database?
  • How to create reports and perform basic analysis using SQL’s aggregate functions
  • Learn how to write efficient SQL Queries and Joins

Course content

11 sections94 lectures3h 40m total length
  • Introduction1:02

    Explore the fundamentals of databases, why we need them, and the properties of a good database, including relational and non-relational types, data storage, and MySQL examples.

  • Why do we need databases?1:31

    Explore why databases are essential in the data age, enabling fast storage, retrieval, and operations like update, delete, and search for web and data science needs.

  • What is a Database?0:42

    Explore how a database is an organized collection of data stored and accessed electronically within a computer system, often developed using formal design and modeling techniques.

  • Some properties of a Good Database2:28

    Explore scalable, elastic, secure, and governed databases for data science. Learn how data integrity underpins reliable design and on-demand cloud capacity.

  • How data is Stored in Relational Databases1:16

    Learn how relational databases store data in tables, linking user id, name, and skills, and how relationships connect tables to organize job portal information.

  • Types of Databases1:32

    Compare relational databases with tables and fixed columns—MySQL, SQL Server, PostgreSQL, MariaDB, SQLite—and NoSQL databases with schema-less collections containing documents like MongoDB and Neo4j.

  • How data is stored in NoSQL databases1:35

    NoSQL databases store data as documents in a flexible, nested structure using JavaScript object notation. These documents support lists and key-value pairs, enabling multi-level nesting unlike rigid relational tables.

  • Companies using MySQL0:55

    Explore how major companies across sectors, such as Boeing, Bank of America, U.S. Navy, United Nations, General Electric, Tesla, Booking.com, Lufthansa, Netflix, Apple, Google, Amazon, and LinkedIn, use MySQL.

  • Exercise 1

Requirements

  • None

Description

Structured Query Language (SQL) is a must have skill for every data professional. Whether you are a data engineer, a Business Intelligence Professional or a data scientist - you will need Structured Query Language (SQL) in your day to day work.

This course will start from basics of databases and structured query language (SQL) and teach you every thing you would need in any data science profession including Writing and executing efficient Queries, Joining multiple tables and appending and manipulating tables.


Key takeaways from Structured Query Language (SQL) for Data Science course:

  • Start using MySQL – the most popular Database Management System

  • Learn how to perform database tasks in SQL

  • How to insert, update, and delete records from your database

  • How to create reports and perform basic analysis using SQL’s aggregate functions

  • How to perform efficient joins to fetch your data from multiple tables

Who this course is for:

  • Data Scientists
  • Data Analyst
  • Developers
  • MIS Professionals
  • BI Professionals
  • Web Developers