347
edits
Changes
no edit summary
| style="padding: 10px" | Assigns a character variable (allows ONLY 1 character)
|-
| style="padding: 10px" | CREATE TABLE `''table''`| style="padding: 10px" | CREATE TABLE `''table''` VALUES(`''column_name1''` ''DATA_TYPE'', `''column_name2''` ''DATA_TYPE'', ''etc.'');
| style="padding: 10px" | Creates a table of the given name with the properly input variable (see below)
|-
| style="padding: 10px" | CREATE TEMPORARY TABLE
| style="padding: 10px" | CREATE TEMPORARY TABLE `''table''`VALUES(`''column_name1''` ''DATA_TYPE'', `''column_name2''` ''DATA_TYPE'', ''etc.'');
| style="padding: 10px" | Creates a temporary table of the given name
|-