Skip to main content
CoursebeginnerFree

Introduction to Databases

Coursera

5 weeks of study, 1.5 - 3 hours/week.

In this course, you will be introduced to databases and explore the modern ways in which they are used. Learn to distinguish between different types of database management systems then practice basic creation and data selection with the use of Structured Query Language (SQL) commands. By the end of this course, you’ll be able to: - Demonstrate a working knowledge of the concepts and principles that underpin how databases work - Identify and explain the different types of core technology and management systems used in databases - Identify and interpret basic SQL statements and commands - Manipulate records in a database with the use of SQL statements and commands - Outline alternatives to SQL - and plan and design a simple relational database system You’ll also gain experience with the following: • Fundamental concepts in database • Basic MySQL syntax and commands • Database management systems • MySQL software • Relational databases

Visit resource

More resources on Database Fundamentals

WebsiteFree

SQLZoo

Free interactive SQL learning platform

WebsiteFree

DB-Fundamentals

Interactive SQL and database tutorials

WebsiteFree

Use The Index, Luke

Free guide to SQL performance and indexing fundamentals

VideoFree

SQL Tutorial - Full Database Course for Beginners

freeCodeCamp.org 4-hour SQL course covering fundamentals

CourseFree

Databases and SQL for Data Science with Python

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.

BookFree

Database Systems: The Complete Book

Database Systems: The Complete Book - A book resource

See all Database Fundamentals resources →