<?xml version="1.0" encoding="UTF-8"?>
<page xmlns:htm="http://www.w3.org/1999/xhtml"><title>INSERT, UPDATE and DELETE</title><add>How to put records into a table, change them and how to take them out again.
</add>
<tip id="tip240234"><link>INSERT is used to add records.</link></tip>
<tip id="tip602050"><link>UPDATE can change an existing record.</link></tip>
<tip id="tip903137"><link>DELETE removes records.</link></tip>
<tip id="tip429412"><link>'INSERT..SELECT' copies data from a SELECT into a table.</link></tip>
<tip id="tip293884"><link>INSERT: Not all fields need be specified. Default values may be specified in the
          CREATE TABLE clause - otherwise NULL is used.</link></tip>
<tip id="tip674865"><link>Insert a date.</link> </tip>
<tip id="tip196105"> <link>Explicitly enter a NULL.</link> </tip>
<tip id="tip884307"> <link>Can't INSERT because of reference.</link> </tip>
<tip id="tip850830"><link>Cannot DELETE because of reference.</link></tip>
<tip id="tip070709"> <link>Can't insert data because of incompatable formats.</link> </tip>
<tip id="tip813964"><link>String contains a quote ' </link> </tip>
<tip id="tip414299"> <link>
  to select the data from 20 different columns into one changing the values according to one other column consisting the positions of the 20 columns</link>
</tip></page>
