Difference between revisions of "Create"
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}}") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * <code>[[create role]] USERNAME with login password 'PASSWORD';</code> | |
− | + | * <code> [[create database]] DATABASE_NAME owner USERNAME;</code> | |
+ | * <code>[[create table]]</code> | ||
+ | * <code>[[create index]]</code> | ||
+ | == Related == | ||
+ | * <code>[[createdb]]</code> command | ||
+ | * [[Amazon Redshift: show permissions]] | ||
+ | * <code>[[has_schema_privilege]]</code> | ||
+ | == See also == | ||
+ | * {{SQL}} | ||
− | + | [[Category:PostgreSQL]] | |
− | + | [[Category:SQL]] |
Latest revision as of 13:43, 8 November 2022
create role USERNAME with login password 'PASSWORD';
create database DATABASE_NAME owner USERNAME;
create table
create index
Related[edit]
See also[edit]
- SQL, NewSQL, RDMS: GraphQL (2015), SQLite,
select, insert
,select count
, Distributed SQL, TablePlus, Cache hit ratio,pg_stat_user_tables
,EXPLAIN
, Index (PostgreSQL), DDL, SQL/MED, Group by, List users, SQL Injection, SQLAlchemy,CREATE USER, CREATE ROLE, EXPLAIN, ALTER DATABASE, REVOKE, NOLOCK, NOWAIT, EXISTS
, Unique constraint,.sql
Advertising: