This Is Your Brain On Informatics: MariaDB: Difference between revisions
No edit summary |
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 | ||