Difference between revisions of "Create"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
== See also == | == See also == | ||
* {{SQL}} | * {{SQL}} | ||
− | |||
[[Category:PostgreSQL]] | [[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: