YoVDO

Intro to Relational Databases

Offered By: Udacity

Tags

Databases Courses Python Courses SQL Courses Relational Databases Courses Database Design Courses Database Security Courses

Course Description

Overview

This course is a quick, fun introduction to using a relational database from your code, using examples in Python. You'll learn the basics of SQL (the Structured Query Language) and database design, as well as the Python API for connecting Python code to a database. You'll also learn a bit about protecting your database-backed web apps from common security problems.

After taking this course, you'll be able to write code using a database as a backend to store application data reliably and safely.


Syllabus

  • Data and Tables
    • Learn about how relational databases let you structure data into tables.,Learn about the importance of unique keys and relationships between tables.
  • Elements of SQL
    • Begin learning SQL, the Structured Query Language used by most relational databases.,Learn about the select and insert statements, the basic operations for reading and writing data.,Learn about the operators and syntax available to get the database to scan and join tables for you.
  • Python DB-API
    • Learn how to access a relational database from Python code.,Use a virtual machine (VM) to run a Python web application with a database.,Common security pitfalls of database applications, including the famous Bobby Tables.
  • Deeper Into SQL
    • Learn how to design and create new databases.,Learn about normalized design, which makes it easier to write effective code using a database.,Learn how to use the SQL join operators to rapidly connect data from different tables.

Taught by

Karl Krueger

Related Courses

Choosing the Right Database Service on GCP
A Cloud Guru
Choosing the Right Database Service on AWS
A Cloud Guru
Database Administration and SQL Language Basics
A Cloud Guru
DP-900 Azure Data Fundamentals
A Cloud Guru
ETL and ELT Basics
A Cloud Guru