An open API service indexing awesome lists of open source software.

https://github.com/asrieldreemurrgm/postgresql_fundamentals

Collection of SQL scripts and exercises for mastering PostgreSQL fundamentals, covering DDL, DML, DQL, constraints, sequences, joins, and schema modifications with practical examples.
https://github.com/asrieldreemurrgm/postgresql_fundamentals

constraints database database-schema ddl dml dql java joins postgresql sequences

Last synced: about 2 months ago
JSON representation

Collection of SQL scripts and exercises for mastering PostgreSQL fundamentals, covering DDL, DML, DQL, constraints, sequences, joins, and schema modifications with practical examples.

Awesome Lists containing this project

README

          

PostgreSQL Fundamentals


Este README também está disponível em Português.



This repository contains a series of SQL scripts and exercises designed to help learn and practice
PostgreSQL database fundamentals. It includes examples and tasks covering:



  • Data Definition Language (DDL) commands;

  • Data Manipulation Language (DML) commands;

  • Data Query Language (DQL) commands;

  • Primary and Foreign Keys, Check and Unique constraints;

  • Sequences for auto-incrementing keys;

  • Join operations (INNER, LEFT, RIGHT, FULL, CROSS);

  • Schema creation and modification;

  • Sample data insertion and query validation.


Commit History



The commit history documents the learning process with detailed explanations and incremental tasks,
ensuring every topic is reinforced through practical exercises.


Usage



  1. Clone the repository.

  2. Open the SQL scripts in your preferred PostgreSQL client.

  3. Execute the scripts step by step to follow along with the lessons.