Difference between revisions of "Create"

From wikieduonline
Jump to navigation Jump to search
(Created page with " create role USERNAME with login password 'PASSWORD'; create database DATABASE_NAME owner USERNAME; == See also == * {{PostgreSQL}}")
 
Line 7: Line 7:
  
 
== See also ==
 
== See also ==
 +
* {{SQL}}
 
* {{PostgreSQL}}
 
* {{PostgreSQL}}

Revision as of 07:24, 30 June 2020


create role USERNAME with login password 'PASSWORD';
create database DATABASE_NAME owner USERNAME;


See also

Advertising: