Difference between revisions of "Create table"

From wikieduonline
Jump to navigation Jump to search
(Created page with " show table {{SQL}}")
Tags: Mobile web edit, Mobile edit
 
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{lc}}
  
 +
* [[MariaDB]]: https://mariadb.com/kb/en/create-table/
 +
* [[PostgreSQL]]: https://www.postgresql.org/docs/current/sql-createtable.html
  
  
  [[show table]]
+
  [[CREATE TABLE numbers ( value INTEGER );]]
  
 +
== Related ==
 +
* 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]]
 +
* [[Read only]]
  
{{SQL}}
+
== See also ==
 +
* {{create table}}
 +
* {{SQL}}
 +
 
 +
[[Category:SQL]]

Latest revision as of 11:11, 23 September 2024

Advertising: