All About PostgreSQL
What is a Database?
At a very basic level, a database is used to store information.
We take data from some source, store it in a database (either in memory or on disk), and then retrieve that data later when we need it.
Examples of data stored in dat...
innosufiyan.hashnode.dev3 min read