Anfragesprache SQL
SQL Overview
Basic database queries
SQL Insert, Delete and Update
Inserting tuples
Deleting tuples
Updating tuples
Summary
Recommended Reading
Bibliography
Metadata
GITTA/CartouCHe news:
In its most basic form the insert-command adds a tuple to an existing table. The syntax is: INSERT INTO Tablename (Attributelist)VALUES (Valuelist); Please note that the attributelist can be omitted if a complete tuple is inserted.
INSERT INTO
VALUES
Anfragesprache SQL: SQL Insert, Delete and Update: Inserting tuples
Update: 9.1.2013 (eLML) - Found a bug? - Contact - Print (PDF) - © GITTA 2006 (Creative Commons)