This Is Your Brain On Informatics: MariaDB: Difference between revisions

Tikenn (talk | contribs)
No edit summary
Tikenn (talk | contribs)
No edit summary
Line 33: Line 33:
| CHAR || || Assigns a character variable (allows ONLY 1 character)
| CHAR || || Assigns a character variable (allows ONLY 1 character)
|-
|-
| CREATE TABLE `''table''` || Creates a table of the given name with the properly input variable (see below)
| CREATE TABLE `''table''` || || Creates a table of the given name with the properly input variable (see below)
|-
|-
| CREATE TEMPORARY TABLE `[table]` || || Creates a temporary table of the given name
| CREATE TEMPORARY TABLE `[table]` || || Creates a temporary table of the given name