Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 391 Bytes

File metadata and controls

8 lines (5 loc) · 391 Bytes

pgSQL

Coding the basics of SQL's DDBB with postgreSQL

Fundamentals folder-> Basic SQL commands to handle DDBB in a local server

BACKUP & RESTORE folder -> A way to backup and restore our PostgreSQL database

SALES APP folder -> Simple project of a sales app using unused concepts at the Fundamentals folder, like triggers, views, stored procedures and functions