SQL

Learn SQL from the best SQL tutorials, including the most popular SQL online courses, videos, books, podcasts, and blogs.

Resource type
Cost
Skill level
Certificate

A Basic MySQL Tutorial

MySQL is an open source database management software that helps users store, organize, and retrieve data. It is a very powerful program with a lot of flexibility'this tutorial will provide the simplest introduction to MySQL

Managing Big Data with MySQL (Coursera)

This course is an introduction to how to use relational databases in business analysis. You will learn how relational databases work, and how to use entity-relationship diagrams to display the structure of the data held within them.

Learn SQL (Codecademy)

In this course, you'll learn how to communicate with relational databases through SQL. You'll learn'and practice with 4 projects'how to manipulate data and build queries that communicate with more than one table.

SQL QuickStart Guide

The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL. The ubiquity of big data means that now more than ever there is a burning need to warehouse, access, and understand the contents of massive databases quickly and efficiently.

Head First SQL: Your Brain on SQL -- A Learner's Guide

Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

The Art of Sql

In The Art of SQL, author and SQL expert Stephane Faroult argues that this "safe approach" only leads to disaster. His insightful book, named after Art of War by Sun Tzu, contends that writing quick inefficient code is sweeping the dirt under the rug. SQL code may run for 5 to 10 years, surviving several major releases of the database management system and on several generations of hardware.

SQL - Introduction

SQL stands for Structured Query Language. It is a query language and used for performing operations on the database such as insert new records, update records, delete records and view records etc. SQL queries are performed on database like Oracle database, MySQL database, MongoDB database and SQL Server database etc. All database management system uses SQL as standard database language.

Select Star SQL

This is an interactive book which aims to be the best place on the internet for learning SQL. It is free of charge, free of ads and doesn't require registration or downloads. It helps you learn by running queries against a real-world dataset to complete projects of consequence. It is not a mere reference page ' it conveys a mental model for writing SQL.

Python MySQL Tutorial

In this lesson, you will learn how to connect the MySQL database in Python using the �MySQL Connector Python� module. This Python MySQL tutorial demonstrates how to develop and integrate Python applications with a MySQL database server.

PL/SQL Online Training | Onlineitguru

SQL PLSQL Training at ITGuru will provide you the best knowledge on various SQL and PLSQL commands, triggers, indexes, etc with live experts. Learning PL SQL Training makes you a master in this subject that mainly includes various features like fundamentals of the database, SQL client tools, SQL commands, etc.

MySQL on Linux (Beginners Tutorial)

In this post, we will cover many aspects of MySQL on Linux. First of all, how to install it, how to perform basic CRUD operations, how to import & export data, play with the MySQL engine itself such as setting the root user password, and much more.

Learn SQL the Hard Way

Learn SQL The Hard Way is a crash course in the basics of SQL to store, structure, and analyze data. With this book you can understand what is going on in your database, whether you use an ORM or direct access.

Introduction to SQL

Learn the basics of Structured Query Language, and understand how to manipulate and query data in modern relational databases. This book is required reading as part of the course work at Launch School.