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