Basic SQL Commands

Inhaltsverzeichnis  Linklist  Bottom
  1. CREATE TABLE - create a table in the database
  2. DELETE FROM - delete records from a database table
  3. DROP TABLE - delete a table from a database
  4. INSERT - insert new records into a database table
  5. SELECT - select data from a database
  6. CASE - keyword
  7. UPDATE - update the values in the records of a database table

CREATE TABLE - create a database table

DELETE FROM - delete records from a database table

DROP TABLE - delete a table from a database

INSERT - insert new records into a database table

SELECT - select or get data from a database

CASE - keyword

Informix

UPDATE - update values in the records of a database table

Top
Index
Copyright © 2002 by André Müller. This Object is open source. You can redistribute it and/or modify it under the terms of the Universal General Public License (UGPL).