This repository contains my personal SQL notes, organized topic-wise. Each topic is stored in a separate file so you can read or contribute notes for individual SQL areas (for example, DDL, DML, Joins ...
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), updated_at TIMESTAMPTZ NOT NULL DEFAULT NOW(), CONSTRAINT notes_status_check CHECK (status IN ('draft', 'organized ...