The task of the final project for CS50 SQL course was to design a database. (All instructions on https://cs50.harvard.edu/sql/2024/project/)
Describes the database's purpose, scope, entities, relationships, optimizations, and limitations.
SQLite3 database schema, which is comprised of CREATE TABLE
, CREATE INDEX
, CREATE VIEW
and CREATE TRIGGER
statements.
Statements that users would commonly run on the database, e.g. INSERT
, UPDATE
, SELECT
and DELETE
statements.
SQLite3 Database file.