Changes

Jump to: navigation, search

This Is Your Brain On Informatics: MariaDB SQL Commands

6 bytes removed, 01:41, 27 March 2014
no edit summary
|-
| style="padding: 10px" | INSERT
| style="padding: 10px" | INSERT INTO ''table_name''<br /><br />VALUES (''value1,value2,value3,...'');<br />INSERT INTO ''table_name'' (''column1,column2,column3,...'')<br />VALUES (''value1,value2,value3,...''); -- specifies the columns the values go into
| style="padding: 10px" | Used with INTO to insert new data entries into the specified columns
|-
347
edits

Navigation menu