How to create a PostgreSQL user?



How to create a PostgreSQL user?..

Answer / madhub

CREATE USER usr WITH password 'passwd';

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Postgre Interview Questions

How to get month wise data in postgresql?

0 Answers  


How is the statistics in PostgreSQL updated?

1 Answers  


How to start postgresql server in windows 10?

0 Answers  


What is foreign key violation?

0 Answers  


How do I connect to a postgresql database using sql developer?

0 Answers  


Provide an explanation about write ahead logging?

0 Answers  


What is the command that can be used to allocate memory in postgreSQL?

0 Answers  


Explain the history of postgresql.

0 Answers  


What is a dead tuple?

0 Answers  


What kind of database is postgres?

0 Answers  


How are the stats updated in postgresql?

0 Answers  


Is postgresql scalable?

0 Answers  


Categories