PostgreSQL Question:
Download Questions PDF

How to create a PostgreSQL user?

Answer:

CREATE USER usr WITH password 'passwd';

Download PostgreSQL Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what is PostgreSQL?How to take backup of database?