Difference between revisions of "Create table"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 4 users not shown)
Line 5: Line 5:
  
 
== Related ==
 
== Related ==
* <code>[[show table]]</code>
+
* MariaDB: <code>[[show table]]</code>
 +
* [[PostgreSQL]]: <code>[[\dt]]</code>
 +
* <code>[[create database]]</code>
 +
* [[DROP TABLE]]
 +
* [[INSERT INTO]]
 +
* [[ALTER TABLE]]
 +
**  ALTER TABLE tablename OWNER TO "new-owner";
 +
* [[cannot execute CREATE TABLE in a read-only transaction]]
  
 
== See also ==
 
== See also ==
 +
* {{create table}}
 
* {{SQL}}
 
* {{SQL}}
  
 
[[Category:SQL]]
 
[[Category:SQL]]

Latest revision as of 09:04, 29 April 2023

Advertising: