Changes

Jump to: navigation, search

This Is Your Brain On Informatics: MariaDB SQL Commands

184 bytes added, 01:47, 27 March 2014
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
|-
347
edits

Navigation menu