How to create database on PostgreSQL

How To Create Database in PostgreSQL

In this short tutorial we will learn how to create database in PostgreSQL database server. Creating database is a main task of a person who wants to store, update, delete…
How to create database user on PostgreSQL

How To Create User in PostgreSQL

When we work with databases, in this case PostgreSQL. Whether working in a team that has many members who need access to the database or for testing purposes in building…