home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / delph / oct95 / mckif107.gif < prev    next >
Graphics Interchange Format  |  1996-02-07  |  34.2 KB  |  462x177  |  8-bit (153 colors)
   ocr: SQL Statement Syntax Description Excmple INSERT INTO fable (coll, col2, w) Inserts new rows INSERT INTO COUNTRY VALUES (vall, val2,..) into a table. CUUNTRY,CUHRENCY) VALUES Indonesia, Rupiah') UPDATE fable Modifies values of UPDAIE COUNTRY SET column = value existing rows. SET CURRENCY = Rp WHERE condition WHERE COUNTRY = Indonesia DELETE FROM table Kemoves ows DELETE FROM COUNTRY WHERE condition from a table. WHERE COUNTRY = Indonesia