Posts tagged sql

Implementing One-to-Many relationship

  • 04 March 2024
  • Tags: sql db

Let’s say we have to implement a relationship between a Folder and a File.

Read more ...


Json in Postgres

Let’s say you have a json object stored in a table called process:

Read more ...