Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.21 KB

Introduction to Databases with SQL

This repository contains my solutions to the problem sets of the online course, CS50's Introduction to Databases with SQL offered on edX.

Introduction

Each problem set covers a range of concepts and topics in SQL, comprising a set of assignments that allowed me to show my understanding of different techniques and methodologies.

Course Information

The course is an introduction to databases using Structured Query Language, SQL. Concepts learned include how to create, read, update, and delete data with relational databases, which store data in rows and columns. The course begins with SQLite and ends with introductions to PostgreSQL and MySQL. For more information about the course, please refer to the course website.

Problem Sets

The problem sets in the course cover SQL topics, in the order below:

Final Project

The last part of the course is the final project: